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

  1.                             ECHO
  2.  
  3. The ECHO internal command is used with BATCH processing to turn the BATCH 
  4. echo feature on or off. 
  5.  
  6.     ECHO [ON] 
  7.     ECHO OFF 
  8.     @ECHO OFF                            [new DOS 3.3]
  9.     ECHO [message]
  10.  
  11. Normally commands in a BATCH file are displayed ("echoed") on the screen as 
  12. they are processed by the COMMAND.COM program. ECHO can also be used directly 
  13. from the keyboard. It is useful in conjunction with redirection (see the 
  14. NEW_TERMS REDIRECTION topic for more information). ECHO without any options
  15. will cause the current status (ON or OFF) to be displayed.
  16.  
  17. The redirection characters (<, >, >>) and pipe character (|) do not normally 
  18. appear in <message> text, but can when surrounded by double quotes ("). 
  19.