How to Change Path in Command Prompt?

Open Command Prompt

Type `cd` followed by the folder path

Press `Enter`

Use `cd ..` to go up one folder

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

Use `cd /d D:FolderPath` to change drive and path at the same time

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

Use `dir` to check the current folder contents

Suggested for You

Trending Today