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
|
||||
|
closed as exact duplicate by snark, innaM, ChrisF, harrymc, Phoshi Dec 18 at 11:12 |
|
| This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. |
|
|
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 |
||
|
|
|
|
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 |
||