Run A Batch Script Automatically Everyday

windows-xp

I have a batch file ( that ends with .bat), and I want to run it automatically everyday.

What is the tool I can use in order to automate my batch script running?

I'm on Windows.

Best Answer

Use the Scheduled Tasks control panel applet (GUI interface) or the schtasks command (command line interface).

Instructions for the Scheduled Tasks applet are found in Microsoft Knowledge Base article KB308569.

Instructions for the schtasks command are available on Microsoft TechNet.