Possible Duplicate:
Navigate to previous directory in windows command prompt

Is there an equivalent of Linux's cd - (change to previous directory) in Windows?

link|improve this question

61% accept rate
feedback

migrated from stackoverflow.com Mar 24 '11 at 18:43

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

closed as exact duplicate by David, MaQleod, afrazier, studiohack Mar 24 '11 at 19:03

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

popd, which is to be used alongside pushd.

link|improve this answer
feedback

yeah, it's identical see here

link|improve this answer
feedback

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