1
1
I often find myself end up with several cmd windows which I need to be open for several days at a time.
When I hover on the clumped cmd icon in task bar (in windows 7), it shows me something like this (see screenshot below):
All those CMDs have different current directory. I always have to do a hit-and-trial to restore every window to find the one where I want to work. If after restoring, its not the intended one, then I minimize it and restore next. Rinse and repeat. Its quite counter-productive.
What I would prefer is that instead of useless information like "Administrator: C:\Windows\system32\cmd.exe", it should show the current duirectory that cmd is in.
Is there a way do achieve this?
Have you considered wrapping CMD in Console2, which will give you tabs in a single window? That would make running so many instances much easier. You could do the same with TCC/LE, which I find much better than CMD. – paradroid – 2013-02-15T19:05:12.603
Check out this question also: http://superuser.com/q/459154/139371 The idea is to use ANSI escape sequences in prompt, but you need to use ANSI "processor" - ConEmu or AnsiCon.
– Maximus – 2013-02-15T21:27:44.757You might want to check out this solution provided in here. It's pretty much straightforward and suits your needs i think. http://superuser.com/a/143784/155564
– Mariyan – 2013-02-15T19:17:00.537