In windows application, when i import the task scheduler(.job format) in windows XP machine it is working fine. but when i am trying to import the task scheduler in windows server 2008 it is not importing. It throws format is not valid because .job format was not supported by Windows server 2008. Could you provide any solution to solve

link|improve this question
feedback

1 Answer

Starting with Windows Vista, the task scheduler is vastly improved, but it is incompatible with the .job files from the old version (and there doesn't appear to exist a conversion tool).

However, you can access it from scripts like VBScript or Powershell or control it via a CLI tool called schtasks.exe.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.