Batch Programming Stuff

Batch files are essentially sequences of DOS commands stored in a text file with an extension of "BAT". When run, the batch executes each line in the batch file as if they were typed in at the console (mostly). Most batches are tiny things that replace a few manually-typed commands, but some can be quite complex and can accomplish things that would otherwise require a "real" program.

Except as noted, these batch programs have been tested with MsDos 6 with the stock command.com and other files. Expect to do some modifications if you want to run them under any other operating system. They are mostly Windows 95 compatible, except for the deep system stuff like SFT.

Batch Files...

Useful utilities...

Batch how-to...

May 2, 2001 - The Batch FAQ and Batch Guide are now mirrored at tnewton.solarbotics.net.

Other batch stuff...

Other batch code at this site...


Original material by me is Copyright 1996-2003 Terry Newton
Authors of other materials retain their own rights

(newton top level)