aleyva
06-10-2005, 06:37 AM
I have a scheduled task that runs every minute. I have a need to run an additional batch file every 24 hours that will affect the first task. I need this new batch file, which also needs to be on the scheduler, to disable the other scheduled task until the process is completed.
Basically 2 tasks, task 1 runs every minute and task 2 runs every 24 hours. Task 2 needs to disable task 1 until it completes, then re-enable it.
Other options are also welcomed.
A
Basically 2 tasks, task 1 runs every minute and task 2 runs every 24 hours. Task 2 needs to disable task 1 until it completes, then re-enable it.
Other options are also welcomed.
A