I want to dynamically setup scheduled tasks in windows.
So far I have a bat script that deploys some software in various places. The next step would be to start/stop those programs at certain intervals through scheduled tasks. Hence they have to run a certain script every hour or so...
Thanks!
The schtasks.exe utility can do this. Here is the link with the usage.
The "at" command in windows can be used in command line, it schedules the task you want.