Batch File Programming

Basic Batch File Commands

We are done with all the basic preliminary concepts like variables, operators, conditional, branching and looping commands. Now this tutorial deals with the basic batch file commands that are used generally to make a batch file more complicated. Sub commands, Switches, Parameters Before jumping into the commands, I’d like to give a brief overview of …

Basic Batch File Commands Read More »

Batch File Variables

Any programming or scripting languages require variable to store the data and access them whenever we need the value. Using of variables becomes inevitable in mathematical computations. The variable contains some data whose value may change during the course of program computation.If you are familiar with traditional languages like C, C++ or java, you may …

Batch File Variables Read More »

Batch File Comments

Well, we have already started with the basics and already wrote our first program in the previous discussions. Hope you followed them. If not, go back and read them before you proceed into the operators in batch files.Just like all other scripting languages, batch files also support a very large variety of operators classified into …

Batch File Comments Read More »