Batch File Scripting Techniques  

Posted by ReelTym

In this section you will find a collection of scripting techniques
and best practices for batch files.

Most of these techniques apply to either "DOS batch"
(also related to as "real DOS" batch or "true DOS" batch), or
"NT batch", only in rare cases to both.
If you want to use "true DOS" batch techniques in Windows NT 4
or later (2000, XP, Server 2003, Vista) you may have to invoke these
batch files with
COMMAND /C.

Batch Utilities  

Posted by ReelTym

There are several types of batch file utilities:

DOS Batch - File Examples  

Posted by ReelTym