change directory in windows code example
Example 1: windows cd to another drive
cd /D F:\path
Example 2: how to move to directories in command prompt
cd Desktop/myDirectory
Example 3: change directory cmd
cd
comment to change directory in the cmd
Example 4: 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