Answers for "change directory in cmd"

7

windows cd to another drive

cd /D F:path
Posted by: Guest on May-15-2020
0

how to move to directories in command prompt

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

move to folder in command line windows

# move to a directory:
cd myFolder

# move out of a directory
cd ..

# move to another hard disk
# in this example i want to move to drive F, just type:
f:
# and hit enter
Posted by: Guest on December-23-2020

Code answers related to "change directory in cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language