Open Command Prompt
Type `cd foldername` to change to a folder in the current directory
Type `cd pathtofolder` to change to a specific folder
Type `cd ..` to move up one directory
Type `cd ` to go to the root of the current drive
Type `cd /d D:foldername` to change drives and directories at the same time
Type `cd` to display the current directory
Use quotes for paths with spaces, such as `cd “C:Program Files”`
