Open Command Prompt
Type `cd pathtofolder`
Press Enter
Use `cd /d D:pathtofolder` to switch drives and folders
Use `cd ..` to go up one folder
Use `cd ` to go to the root of the current drive
Use `dir` to list folders and confirm the location
Use quotes for paths with spaces, such as `cd “C:My Folder”`
