Answers for "go to previous directory in cmd"

9

command prompt cd back

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

Navigate to previous directory in windows command prompt

C:WINDOWS>pushd 
C:>popd
C:WINDOWS>
Posted by: Guest on December-22-2021

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language