Answers for "how to move to another folder in cmd"

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

Code answers related to "how to move to another folder in cmd"

C# Answers by Framework

Browse Popular Code Answers by Language