Answers for "how to go to a folder 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
4

how to navigate to a folder in cmd windows 10

Just use "open [path_to_dir]" in Unix or "start [path_to_dir]" in Windows as:
open .	#Open current directdory in Unix
start . #Open current directory in Windows
Posted by: Guest on October-25-2020
0

how to go to specific directory in cmd

Type cd followed by a space, drag and drop the folder into the window, and then press Enter.
Posted by: Guest on October-13-2021

Code answers related to "how to go to a folder in cmd"

Browse Popular Code Answers by Language