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

  1. Examples of batch files may be found in the following 'help' topics.
  2.  
  3.       Topic:    Examples of the use of:
  4.  
  5.     AUTOEXEC.BAT    PROMPT, SET
  6.     ESC EXAMPLES    device names, redirection 
  7.     MOVE MOVFIL    parameters, SHIFT, subroutine call, variables
  8.     RD RDSTAR    COMMAND /C, DEBUG, EDLIN, ECHO, PAUSE
  9.     REN RENDIR    CTTY, FOR, IF condition
  10.  
  11. as well as batch file fragments in many of the EXAMPLES topics. Also, the
  12.  
  13.     HELP.BAT
  14.  
  15. file that was installed at the time the 'help' facility was installed on this
  16. computer is another example.
  17.  
  18. The OS/2 batch file commands 
  19.  
  20. ENDLOCAL (restore environment variable values from global definitions)
  21. EXTPROC (specify the command processor to be used instead of CMD.EXE)
  22. SETLOCAL (define environment variable values local to current batch file)
  23.  
  24. are not used in any of the EXAMPLES provided by this 'help' command.
  25.