I have some task/ program to run on an windows XP machine at some specific dates. The dates are stored inside a .dbf and the dates will be dynamic. How can I schedule the tasks on the specific dates?
I am planning to write another program (perhaps c# service) to run cmd with the command at
to create tasks in task scheduler. Is there any ways to specify all the dates into one task? And will it be possible to link the task scheduler with a DB? Thanks!