Installation

Installation

Batch files can be created and run on any computer running Microsoft Windows. You can follow these steps to create and run a Batch file.

  1. Create the batch file in a text editor such as Notepad++
  2. Save the file with a .bat file extension, e.g. helloworld.bat
  3. Go to the Command prompt in Windows. You do this by going to the Run box and typing CMD
  4. In the Command prompt (DOS window) go the the drive and folder where you saved the file and then type the filenmame. The extension is not needed. This will run the file.

Screenshot of helloworld.bat being run:

Screenshot of helloworld.bat being run