Is there any way to start task after sometime when specific task starts?
Asked
Active
Viewed 92 times
1 Answers
0
Two answers:
Put the task in a batchfile, add a wait for 5 minutes and then put the next task.
In the task scheduler, instead of the task itself, refer to the batchfile.I just see there's something called
INotify cron
(there's a tagicron
for that). Maybe this can help you.

Dominique
- 16,450
- 15
- 56
- 112