user interface - Programmatically how to create task scheduler in windows server 2008 -


the task scheduler works fine when running application in windows xp because task file saved .job. in windows server 2008 task scheduler file saving in xml format. how task scheduler in xml format?

have @ task scheduler api http://msdn.microsoft.com/en-us/library/aa383614(v=vs.85).aspx or use schtasks.exe http://msdn.microsoft.com/en-us/library/bb736357.aspx


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -