PROMPT

Changes the cmd.exe command prompt.
 
PROMPT [text]
 
  text    Specifies a new command prompt.
 
Prompt can be made up of normal characters and the following special codes:
 
  $A   & (Ampersand)
  $B   | (pipe)
  $C   ( (Left parenthesis)
  $D   Current date
  $E   Escape code (ASCII code 27)
  $F   ) (Right parenthesis)
  $G   > (greater-than sign)
  $L   < (less-than sign)
  $P   Current path
  $Q   = (equal sign)
  $S     (space)
  $T   Current time
  $_   Carriage return and linefeed
  $$   $ (dollar sign)