It seems that you are new here. You may want to sign up for e-mail updates or subscribe to my RSS feeds. Thanks for visiting!

Batch file is a file which holds a list of commands or instructions that are executed once the batch file is executed. Basically the commands are DOS commands that are executed as if they were executed one by one on the command prompt. Batch files are of great help when you need to repeat a certain task many times. You can just specify what is to be done and it will be done when that batch file is executed.
Before moving further, you must be familiar with DOS because in this post I am going to explain only about batch files. To learn more about DOS commands, check out this link : Ms DOS help and commands
Tags: batch files · create batch files · creating batch files · dos batch files · examples of batch files · writing batch files7 Comments

