Skip to main content

Batch Script Tutorial

A Batch Script is text file containing lines with commands that get executed in sequence by the Microsoft command interpreter (cmd.exe).

In this tutorial, you will learn the functionality of Batch Script with relevant examples.

Prerequisites

You should have a basic knowledge of:

  • Windows Operating System;
  • A reasonable knowledge of computer programming and concepts such as variables, commands, syntax, etc. is helpful but not mandatory.

Table of Contents