Archive for Windows Command-Line

DOS Batch File Scripting Tips That Work in Vista

Amgad Suliman | 14/01/2009 | 0 Comments

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.

Filed Under: Windows Command-Line