home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / COMREF / DOS5TUT / PROMPT.DAT < prev    next >
Encoding:
Text File  |  1994-02-05  |  506 b   |  17 lines

  1. Explanation of the PROMPT command. 
  2. It is INTERNAL.
  3. This command will change the appearance 
  4. of the DOS prompt.
  5. Switches:
  6. $q = (equal sign)      $$ $ (dollar sign)
  7. $t  current time       $d  current date
  8. $p  current drive/path $v  MS-DOS version #
  9. $n  current drive      $g > greater-than sign
  10. $l < (Less-than sign)  $b | (pipe)
  11. $_  enter-linefeed     $e  ASCII escape code 
  12. $h  Backspace    
  13. Example:
  14.        To let your prompt look like this: 
  15.        A:\> use this:
  16.           prompt $p$g
  17.