Table of Contents

Using Windows Scheduler To Execute A Batch File

On Windows, Task Scheduler is a tool that allows you to create and run virtually any task automatically.

Open Windows Scheduler

From the Windows Start bar, search for Task Scheduler and click on the Task Scheduler App to open.

Create A New Task

From the right panel on the Task Scheduler App, click Create Task to open the Create Task window.

General Tab

On the General tab add:

Triggers

On the Triggers tab, click New to create a new trigger for the scheduled script.

On the New Trigger popup window:

Actions Tab

On the Actions tab, click New to create a new action for the scheduled script.

On the New Action popup window:

Conditions Tab

The Conditions tab allows you to set execution restrictions, such as wait for the computer to be idle for a set time before running the script or only if the computer is on AC power.

As TapeTrack scripts are normally essential processes to keep your database up to date, these restrictions are normally not advisable.

Settings Tab

The settings tab has several options such as:

Click OK to create task, if prompted enter the password to complete the setup of the scheduling.