Is it possible to remember the command history in CMD.EXE (Windows 7), between sessions?

Or is there some enhancement/wrapper/replacement which has this (basic IMO) feature?

link|improve this question
Maybe DOSKEY still works ... look into that. – Randolph West Dec 9 '10 at 16:31
feedback

1 Answer

up vote 2 down vote accepted

There is basic history functionality for the current session using F7, although across sessions you'll want PyCmd.

PyCmd is a Python wrapper for cmd.exe which brings a couple features of traditional UNIX-based shells to the table, including command history and "smart" tab completion.

alt text

link|improve this answer
1  
Thanks for the suggestion. PyCmd seemed nice to me, but rather buggy (and not very active). sourceforge.net/projects/pycmd/forums/forum/951390/topic/… – leonbloy Jan 5 '11 at 18:44
feedback

Your Answer

 
or
required, but never shown

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