How to Change a Directory in Command Prompt?

Open Command Prompt

Type `cd` followed by the folder path

Press Enter

Use `cd foldername` to move into a subfolder

Use `cd ..` to move up one directory

Use `cd ` to go to the root of the current drive

Use `cd /d D:Folder` to change drives and directories at the same time

Use quotes for paths with spaces, such as `cd “C:Program Files”`

Use `cd /?` to view command help

Suggested for You

Trending Today