Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Task scheduler: run 1 tasks 4 times a day

It seems like I have to add 4 tasks to run the same job at 9am, 11am, 2pm, and 4pm. Is there a way to run the same job 4 times with 1 task?

If yes, how do I configure that.

like image 941
Chunkey pandey Avatar asked Jul 11 '11 16:07

Chunkey pandey


2 Answers

(I'll assume you are using Win 7). In the Create Task dialog, click the Triggers tab. Then click the New button. In the New Trigger dialog, you will see an Advanced Settings section. It has a Repeat Task area. You can put a checkmark in that box and choose a preset value or type your own---e.g. 4 hours or 45 minutes.

like image 66
MachinusX Avatar answered Sep 24 '22 16:09

MachinusX


It looks like you can add mulitple triggers for a task setting a different time for each trigger. Go back to your task, right click and pick properties. On the "Triggers" tab you can add more tirggers.

like image 37
andy Avatar answered Sep 23 '22 16:09

andy