Tag: Batch Files

DOS Batch File Scripting Tips That Work in Vista

January 14, 2009 | By | Add a Comment

Batch files have been around since the early Ms DOS days. They are text files that contain a list of command-line executables. They can be compared to UNIX shell scripting, but are much simpler. For a file to be recognized by command.com (Microsoft’s DOS shell) it needs to have a .bat extension.

Continue Reading