May 2010
Intermediate to advanced
815 pages
21h 55m
English
At this point, you have either gained a fundamental understanding of how to work with the command prompt from the preceding pages of this chapter or you came to this chapter with basic command-prompt skills already. Either way, it's time to put these skills to use with batch files. A batch file is exactly what it sounds like: a file that contains a batch (or collection) of command-prompt commands. You simply type the batch files in a text editor (like the infamous Notepad) and then save them with a .BAT extension. Exercise 4.1 will walk you through creating a batch file, but first, you should understand some basic commands that are useful within batch files.
One of the most important tasks you will need to ...