Answers for "how to go previous directory in cmd"

8

command prompt cd back

cd ..\       -> To go back one level
cd ..\..\    -> To go back two levels
Posted by: Guest on July-06-2020
4

how to go previous directory in cmd

cd -
Posted by: Guest on August-21-2020
0

how to move to directories in command prompt

cd Desktop/myDirectory
Posted by: Guest on November-09-2020

Code answers related to "how to go previous directory in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language