batch file for loop

Like other programing language batch script supports the looping. In this article, I will explain the batch file for the loop and describe some examples of how we can use the batch file for loop in our program. Batch File For Loop Syntax, FOR %%Var_Name in list do iteration_Code   Parameters for…

batch file statement

The batch script supports the conditional statements like if, if-else ..etc. In this article, I will discuss how you can use if and else in the batch file. You can see this article, Batch file commands Batch file if statement The if the statement is one of the selection statements….

batch file variables

The batch script also supports the concept of the variable similar to the other programming language. In this article, you will see how we can create a batch file variables and how we can use it. In the batch file, we can create variable two types, one is using the…

Batch commands

In my previous article, we have seen the introduction of the batch file (batch script). In this article, I will describe some important commands of the batch file which frequently used. Below find the list of the commands. Note: Batch file commands are not case sensitive.   ASSOC Displays or…