Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

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 »

Java HashMap with Example

According to Object Oriented programming, objects are intended to behave like ‘black boxes’ that developers can use without the need to know how they work internally, but only using their public interface. Unfortunately this is not always true, sometimes it is important to have at least a basic idea of the internal implementation in order …

Java HashMap with Example 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 »