can I make a "scheduled task" run as soon as another is done?

dpopiz

Diamond Member
Jan 28, 2001
4,454
0
0
in win2k Scheduled Tasks, can I set a task to start only when the task before it is done? (as opposed to a specific time)
 

NogginBoink

Diamond Member
Feb 17, 2002
5,322
0
0
Well, kinda.

Schedule a batch file that launches both apps. Use start /wait on the first command, then the second will start when the first finishes.