Windows scheduling example

An example of a batch file schedule is shown.

About this task

On Windows systems, the schedule service must be running to start automated backup jobs. Issue this command to start the schedule service:
net start schedule
Use the at command to schedule jobs when the schedule service is running. This command starts the batch file backup.cmd. In this example, the command runs the schedule every Friday at 8:00 p.m.:
 at 20:00 /every:f cmd /c c::\db2\C21\sapscripts\backup.cmd