Windows – How to get Windows Command prompt to display time

command linewindows

I would like my command prompt (not powershell, just command prompt) to show the time, something like this:

14:02>

Is there a way to do this? Basically, I leave things running from the prompt, and it would be nice to see what time I executed various commands.

Best Answer

prompt $t$g

And see http://ss64.com/nt/prompt.html for a complete list

Related Question