I know you can get the command history in some consoles, but is history for the visited directories stored in a similar way?

link|improve this question

feedback

migrated from stackoverflow.com Feb 21 '10 at 10:47

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

2 Answers

up vote 3 down vote accepted

@picardo, the command history is not maintained across sessions, only is stored in memory, The most similar to what you ask, is performed by a very-old tool called DOSKey.

DOSKey was part of the old DOS command shell (and still works even in Windows 7!). It provided command-line editing, history functions for recalling commands.

For more info check these links:

alt text

link|improve this answer
feedback

Unfortunately no.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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