Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #move #folder #command #line #windows
ADD COMMENT
Topic
Name
5+2 =