home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / PROMPT.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  1.0 KB  |  25 lines

  1. COMMAND:  PROMPT (Set System Prompt)
  2.  
  3. FUNCTION: Sets a new system prompt.
  4.  
  5. FORMAT:   PROMPT [text]
  6.  
  7. TYPE:     DOS internal command
  8.  
  9. REMARKS:  All specified text becomes the new system prompt. If no text is
  10.           specified, the normal DOS prompt is assumed. Special strings can
  11.           be embedded in the text in the form $c, where c may be:
  12.  
  13.             $ = "$"                       l = "<"
  14.             t = time                      b = "|"
  15.             d = date                      q = "="
  16.             p = default directory         h = destructive backspace
  17.             v = DOS version number        e = ESCape character
  18.             n = default drive             - = CR LF sequence
  19.             g = ">"
  20.  
  21.           Any other characters are treated as nulls. PROMPT may also be used to
  22.           issue escape sequences to the ANSI.SYS device driver to control
  23.           screen or keyboard features or to create fancy system prompts. See
  24.           ANSI for a list of available escape sequences.
  25.