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.

Cheers, Daniel

link|improve this question

50% accept rate
feedback

migrated from stackoverflow.com May 15 '11 at 6:37

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

prompt $t$g

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

link|improve this answer
Brilliant - thank you. – Daniel Williams May 14 '11 at 20:56
1  
prompt $T$H$H$H$G gives me exactly what I want – Daniel Williams May 14 '11 at 20:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.