Hi there
i wanted to run a .bat file in windows task schedualer, so i opened it, added a new task, browsed to the bat file, and... nothing happened. so i changed the timing to see if it'll run, and it didn't. next i right-clicked on the task and chose "run"- it didn't run. the file itself is only one line, basicly backups a folder to a another location. it runs fine when not in the schedualer.
what can be done?
thank you
| |||||||||||
feedback
|
closed as off topic by Michael Todd, Nick Dandoulakis, Jay Riggs, Marc Gravell♦ Oct 7 '09 at 7:05
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
You should not give batch file directly as a task. Instead you should use
the complete path to cmd.exe may vary in your case depending on which drive you installed OS and which version you are using. | |||||||||
feedback
|