home *** CD-ROM | disk | FTP | other *** search
/ Explore the World of Soft…ids, Adults, Educational / RocelcoInc-ExploreTheWorldOfSoftware-KidsAdultsEducational-Vol2-Shareware.iso / educate / disk067 / batch.men < prev    next >
Encoding:
Text File  |  1985-09-03  |  601 b   |  10 lines

  1. AUTOEXEC - A special batch file executed (if it exists) when DOS starts
  2. ECHO     - Displays a message, turns on/off the command display
  3. FOR      - Allows the same DOS command to be executed for a group of files
  4. GOTO     - Transfers control to a specified label in the batch file
  5. IF       - Controls batch file execution based on a true/false condition
  6. PAUSE    - Halts system until a key is pressed
  7. REM      - Denotes a Remark (comment) in a batch file
  8. SHIFT    - Allows the use of more than ten replaceable parameters
  9. %0-%9    - Replaceable parameters which pass information to batch files
  10.