home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / esc / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  896 b   |  19 lines

  1.                                 ESC
  2.  
  3. The ESC external command outputs an ESC character followed by a string of 
  4. characters to the screen, or (with redirection) to other devices such as the 
  5. printer. Not all versions of DOS have an ESC command. The EXAMPLES gives a 
  6. BATCH file that replaces the ESC command.
  7.  
  8.     ESC string
  9.     or
  10.     ESC string > device
  11.  
  12. <string> contains characters which control the device to which the output 
  13.     is directed. The characters in <string> are usually specific to the 
  14.     device being controlled. For the screen, the strings to use are the
  15.     same as those defined in the "PROMPT ESCAPE_SEQUENCES" topics, except
  16.     that they should begin with "[", not "$e[". The ESC command supplies
  17.     the required ESC character. The strings will only work as described 
  18.     if the line DEVICE=ANSI.SYS is present in the CONFIG.SYS file. 
  19.