Possible Duplicate:
Can windows command line support Linux “cd -”?
Under Linux, I can use cd - to return to the last directory. How can I do that on Windows?
Under Linux, I can use
| |||||
feedback
|
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.
|
you can use the pushd and popd commands. pushd will change directory from location a to location b popd will change directory back to directory a | |||
|
feedback
|
|
Cmd.exe is an emulation layer for the old MS-DOS, commands are the same :
For the others look at some Ms-Dos table around the web | |||||
feedback
|