How to Run Batch Script Using a Task Scheduler

MD Aminul Islam Feb 15, 2024
How to Run Batch Script Using a Task Scheduler

This article will show how we can run a Batch file with a task schedular.

Run Batch Script Using a Task Scheduler

Using a task schedular, you can automate your task that run automatically at a specific time.

There are a few steps to take, and you need not modify anything in the script. Follow the below steps to automate your script.

  1. Open your Task Scheduler.

  2. Click on the Create task.

    Create Task

  3. Provide a name and other necessary information here.

Fill Out Information

  1. Now go to the Actions tab and click on New.

    Actions

    New Action

  2. Now provide the exact path of your Batch Script, select an action and provide other optional settings if necessary.

  3. After that, click on OK in both windows.

Now your task will automatically run in a specified time provided by you.

MD Aminul Islam avatar MD Aminul Islam avatar

Aminul Is an Expert Technical Writer and Full-Stack Developer. He has hands-on working experience on numerous Developer Platforms and SAAS startups. He is highly skilled in numerous Programming languages and Frameworks. He can write professional technical articles like Reviews, Programming, Documentation, SOP, User manual, Whitepaper, etc.

LinkedIn

Related Article - Batch Script