How to Create a Custom Windows Command Prompt
Edited by james_uk, Tom Viren, Lois Wade, Jacob Hnri 4 and 16 others
Two Methods:Changing the prompt dynamicallyChanging the prompt permanently
The windows command prompt (command.exe) is a useful tool to perform various administrative tasks. The prompt is a string of characters (special and non special) that are displayed whenever the command prompt is waiting for input. Making the prompt less boring or more useful can make a lot of difference when working with the command prompt. It can be changed dynamically using the 'prompt' command, or permanently by creating a %prompt% user variable.
EditSteps
EditMethod 1 of 2: Changing the prompt dynamically
EditMethod 2 of 2: Changing the prompt permanently
EditTips
There are special character sequences that can be used in the prompt string to display different variables. The 'prompt /?' command displays a list of these special characters. Environmental variables can also be used in the prompt string, using the standard format % variablename%.
The default prompt is "$P$G" which simply means "Display the current drive and path ($P), followed by a ">" ($G). For example C:\Windows>. Following is the list of possible special characters.
$A & (Ampersand) $B | (pipe) $C ( (Left parenthesis) $D Current date $E Escape code (ASCII code 27) $F ) (Right parenthesis) $G > (greater-than sign) $H Backspace (erases previous character) $L < (less-than sign) $N Current drive $P Current drive and path $Q = (equal sign) $S (space) $T Current Time $V Windows version number $_ Carriage return and linefeed $$ $ (dollar sign)
If Command Extensions are enabled the PROMPT command supports the following additional formatting characters:
$+ zero or more plus sign (+) characters depending upon the depth of the PUSHD directory stack, one character for each level pushed.
$M Displays the remote name associated with the current drive letter or the empty string if current drive is not a network drive.
EditWarnings
- Avoid typing random gibberish in the command prompt. The Command Prompt is a powerful tool which can make permanent irreversible changes to your computer. It's quite possible to delete all the data on your computer!
Article Info
Categories: Command Prompt
Recent edits by: Zareen, Hennesy_Villasenor, Sanket
In other languages:
Español: Cómo crear un Símbolo del Sistema personalizado en Windows
Thanks to all authors for creating a page that has been read 104,149 times.