Posts

Showing posts from March 8, 2015

Tutorial for --The World of DOS - Creating Batch Files

Image
The World of DOS - Creating Batch Files Introduction (1) History (1) DOS/Win3.11/95/98 vs. NT/ME/XP/2000 (1) Command Index (1) Navigating DOS (2) Tips and Tricks (2) Network/Hardware Utilities (3) How to make and use bootable floppy disks (3) Batch Files (4) Creating Batch Files (4) Batch file utilities and commands (4)    BREAK   CALL   CHOICE   CLS   ECHO   EXIT   FOR   GOTO   IF   LASTDRIVE   MSCDEX   PAUSE   REM   SET   The AUTOEXEC.BAT file (4)    Autoexec.nt    config.sys Types of Batch and System Files (4) Parameters in batch files (4) Batch File Library (5) Subject Index (5) Helpful DOS Links (5) Batch Files What are batch files? Batch files are not programs, pre se, they are lists of command line instructions that are batched together in one file. For the most part, you coul...