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

  1.                             PROMPT
  2.  
  3.  
  4. PROMPT is an internal command that allows you to change the prompt printed by
  5. DOS to solicit your next entry. 
  6.  
  7.     PROMPT [prompt-string]
  8.  
  9. prompt-string is the new prompt. It usually contains a mix of text, meta-
  10. characters, and escape sequences. For the escape sequences to work, most DOS 
  11. systems require the line DEVICE=ANSI.SYS in the CONFIG.SYS file. PROMPT can 
  12. also be used to change the attributes (colors, etc.) displayed on the screen, 
  13. or to reassign keys on the keyboard.
  14.  
  15. The PROMPT command is only temporary.  Each time you turn on the computer the 
  16. prompt will be set to the default (the metacharacters $p$g), until you change 
  17. it to something else. The command
  18.  
  19.     PROMPT 
  20.  
  21. will also set the prompt back to the default prompt-string. The command
  22. "SET PROMPT=x" is equivalent to "PROMPT x".
  23.