D dpopiz Diamond Member Jan 28, 2001 4,454 0 0 Jul 1, 2003 #1 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)
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)
N NogginBoink Diamond Member Feb 17, 2002 5,322 0 0 Jul 1, 2003 #2 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.
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.