HomeWindows CMD

Windows CMD

How To Open Folder In CMD?

Open Command Prompt Type `cd "C:PathToFolder"` Press Enter Use `cd /d "C:PathToFolder"` to switch drives too Use `dir` to confirm the folder contents Use `start .` to open the...

How To Open A File In CMD?

Open Command Prompt Use `cd` to go to the file’s folder Type the file name with its extension Press `Enter` Use `start filename.ext` to open it with the...

Trending Today