home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / batch / help.hlm < prev    next >
Encoding:
Text File  |  1989-01-01  |  640 b   |  14 lines

  1.                 BATCH COMMANDS
  2.  
  3. Any file with an extension of .BAT can contain multiple commands, which can be 
  4. executed just by entering a filename and pressing the Enter, Return, or <──┘ 
  5. key. The commands are then executed just as if they had been entered from the 
  6. keyboard. A BATCH file is created by an editor. 
  7.  
  8.     [d:][pathname]filename [value1 [value2 ... [valueN]]]
  9.  
  10. Commands useful in BATCH processing are: CALL, ECHO, EXIT, FOR, GOTO, IF,
  11. PAUSE, REM, SET, SHIFT. Any command that can be entered from the keyboard 
  12. can also be present in a BATCH file. OS/2 BATCH commands are listed in the 
  13. EXAMPLES topic.
  14.