My Favourite Command Prompt> SET PROMPT=CMD$G$S

This is my favourite DOS command prompt.

And since my brain does not want to remember it, and I keep having to refer to this article - A better PROMPT for CMD.EXE or Cool Prompt Environment Variables and a nice transparent multi-prompt - Scott Hanselman's Blog - then I thought I should record it.

SET PROMPT=CMD$G$S


Another quite nice prompt which gives you the time too (which is useful if you want to record the time of your actions in the command prompt):

SET PROMPT=CMD$T$G$S

Comments