Difference between revisions of "Using Task Scheduler to Run Batch Files"
Jump to navigation
Jump to search
Ellis Symons (talk | contribs) (Created page with "The following steps describe how to schedule a batch file to run at a certain time using Task Scheduler in Windows 7 / 8 /10. <ol> <li> Click '''Start''' then search '''Task...") |
Ellis Symons (talk | contribs) |
||
Line 3: | Line 3: | ||
<ol> | <ol> | ||
<li> Click '''Start''' then search '''Task Scheduler'''<br>[[File: StartBar_TaskScheduler.png]] | <li> Click '''Start''' then search '''Task Scheduler'''<br>[[File: StartBar_TaskScheduler.png]] | ||
− | <br> | + | <br><br> |
<li> Select '''Create Basic Task''' under '''Actions''' and follow work through the setup. An example is presented below.<br>[[File: Create_Basic_Task.PNG]] | <li> Select '''Create Basic Task''' under '''Actions''' and follow work through the setup. An example is presented below.<br>[[File: Create_Basic_Task.PNG]] | ||
− | <br> | + | <br><br> |
− | <li> [[File: Create_Basic_Task_description.PNG]] | + | <li> Task Description<br>[[File: Create_Basic_Task_description.PNG]] |
− | <br> | + | <br><br> |
− | <li> [[File: Create_Basic_Task_trigger.PNG]] | + | <li> Trigger type<br>[[File: Create_Basic_Task_trigger.PNG]] |
− | <br> | + | <br><br> |
− | <li> [[File: Create_Basic_Task_setTime.PNG]] | + | <li> Trigger rule<br>[[File: Create_Basic_Task_setTime.PNG]] |
− | <br> | + | <br><br> |
− | <li> [[File: Create_Basic_Task_action.PNG]] | + | <li> Trigger action<br>[[File: Create_Basic_Task_action.PNG]] |
− | <br> | + | <br><br> |
− | <li> [[File: Create_Basic_Task_program.PNG]] | + | <li> Point to batch file<Br>[[File: Create_Basic_Task_program.PNG]] |
</ol> | </ol> |
Revision as of 09:56, 20 March 2018
The following steps describe how to schedule a batch file to run at a certain time using Task Scheduler in Windows 7 / 8 /10.