Answers for "cmd prompt format"

0

cmd prompt format

# EXAMPLE
setx PROMPT ^[[0;33m$P$G$G$S^[[0;32m 'NOTE: ^[ needs to be inserted as one character using ctrl+['


# SYNTAX
# setx PROMPT <your-defined-format>

# Formatting: see https://ss64.com/nt/prompt.html
# Color: see https://stackoverflow.com/questions/2048509/how-to-echo-with-different-colors-in-the-windows-command-line
Posted by: Guest on June-10-2020

Code answers related to "cmd prompt format"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language