home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / summary / batch.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  21 lines

  1. Batch File Commands
  2.  
  3. Several of the commands are useful directly from the keyboard as well as in 
  4. BATCH files. Press the Enter, Return, or <──┘ key three times to return to the 
  5. "TOPIC?" prompt. Then read the BATCH_COMMANDS subtopics for more information.
  6.  
  7.    DOS COMMAND    WHAT IT DOES
  8.  
  9.     CALL*         execute a BATCH file as a subroutine.
  10.     COMMAND       execute the COMMAND.COM program, possibly
  11.                   to execute a BATCH file as a subroutine.
  12.     ECHO          displays something on the screen or the printer.
  13.     EXIT          terminates processing.
  14.     FOR           repeats a command for a set of values.
  15.     GOTO          transfers control to a BATCH label.
  16.     IF            conditionally executes a command.
  17.     PAUSE         halts the computer until you respond.
  18.     REM           records notes and comments in a BATCH file.
  19.     SET           assigns a value to an environment variable.
  20.     SHIFT         reduces the number of BATCH values in use.
  21.