home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / hatctrl.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  17 lines

  1. ^
  2.  
  3. This character (called a circumflex accent, or a hat) is used in conjunction
  4. with a capital letter (A through Z) to display a control character on the
  5. screen. For example, a control S might be displayed as ^S, or as S^. See the
  6. CTRL_KEY definition for information about entering control characters from
  7. the keyboard. See the ASCII 000-031 definition for a list of the control 
  8. characters.
  9.  
  10. ^  in a command line will causes the next input character to be treated as 
  11. text (in OS/2 only), whatever that character may be. For example, ^> will 
  12. NOT cause redirection to occur, since the ">" after the "^" is treated as 
  13. just another text character, rather than the redirection symbol. Since the 
  14. "^" can be used to escape the normal consequences associated with using 
  15. another character, OS/2 documents call it an "escape" character. It should 
  16. not be confused with ASCII 027, the ESC control character.
  17.