home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 04 / 0034 / iso_0096.iso < prev    next >
Encoding:
Text File  |  1991-12-02  |  772 b   |  20 lines

  1. Command:  ECHOType: internal command, BATCH
  2.  
  3. Purpose:  Turns the batch echo feature on and off
  4.  
  5. Syntax:   echo [on]  /or/  echo [off]  /or/  echo [message]
  6.  
  7. Comments: Normally, commands in a batch file are displayed (echoed) on the
  8.           screen when they are received by MS-DOS. You can turn off this
  9.           feature by using the ECHO OFF option. Similarly, you can turn the
  10.           echo feature by using the ECHO ON option.
  11.  
  12.           If you do not specify ON or OFF, the current setting is displayed.
  13.  
  14.           The command ECHO MESSAGE, where MESSAGE is a line of text, will
  15.           print the text to the screen. 
  16.  
  17.           The @ symbol placed in front of a command in a batch file will
  18.           prevent that command from being echoed.
  19.  
  20.