Answers for "move to directory cmd"

C#
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

how to move to directories in command prompt

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

cmd move directory to another directory

move directory newDirectoryPath
Posted by: Guest on March-12-2021
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

C# Answers by Framework

Browse Popular Code Answers by Language