Posts

Showing posts with the label Windows automation

Windows Automation Without Coding How to schedule a Batch File to run automatically in Windows 10/8/7

Image
How to schedule a Batch File to run automatically in Windows 10/8/7 There are occasions where you might need to schedule to run a batch file automatically in your Windows. In this article I’ll suggest a tip on how to schedule a batch file automatically using Task Scheduler. Schedule a Batch File to run automatically Step 1:  Create a batch file you wish to run and place it under a folder where you have enough permissions. For example under C drive. Step 2:  Click on Start and under search, type in  Task  and click open  Task Scheduler. Step 3:  Select  Create Basic Task  from the  Action  pane on the right of the window. Step 4:  Under  Create Basic Task,  type in the name you like and click Next. Step 5:  From the  Trigger  select the option you like and click  Next. I chose  Daily  and clicked Next, which brought me to this screen. Step 6:  Then clic...