Using Task Scheduler to Run Batch Files: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
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..."
 
No edit summary
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.

  1. Click Start then search Task Scheduler


  2. Select Create Basic Task under Actions and follow work through the setup. An example is presented below.


  3. Task Description


  4. Trigger type


  5. Trigger rule


  6. Trigger action


  7. Point to batch file