This tutorial will explain about batch files, how to create and use it in daily job.
Batch file in simple, is a notepad text file which execute set of commands one by one in an order. This file is also known as bat file because of it's extension (.bat). A batch file can be useful in many ways in our daily job making tasks much easier and faster without any hurdle. In this tutorial I will discuss several tips, how and why for batch files. Before going further let's quickly discuss use of a batch (.bat) file in short for better picture.
A batch file (bat file) has .bat extension.
A batch file can be used for many purposes like:
There are so many other ways where we can use batch files to work on. That we will see in later sections. First let's see how to create a simple batch file. In next section I will show how to create a batch file with a short example. Click here to go next.