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

  1.                     METACHARACTERS
  2.  
  3. The special metacharacters that can be used in prompt-string are
  4. as follows:
  5.  
  6.  
  7.     METACHARACTER:    What gets displayed as a result:
  8.  
  9.     $$        The dollar sign
  10.     $_        A carriage return line feed sequence
  11.             (go to beginning of next line on the screen)
  12.     $a        The "&" character [OS/2 only]
  13.     $b        The "|" character
  14.     $c        The "(" character [OS/2 only]
  15.     $d        The date
  16.     $e        The ASCII escape character (decimal value 27),
  17.             which is required for generating escape sequences
  18.             when reassigning keys.
  19.     $f        The ")" character [OS/2 only]
  20.     $g        The ">" character
  21.     $h        A backspace and erasure of the previous character
  22.     $i        The 'help' line [OS/2 only]
  23.     $l        The "<" character
  24.     $n        The default drive letter
  25.     $p        The current directory of the default drive
  26.     $q        The "=" character
  27.     $s        The space character (leading string only) [OS/2 only]
  28.     $t        The time
  29.     $v        The DOS version number
  30.