How to Open a Folder in Command Prompt [CMD guide]
Using the right command you can open any folder in CMD
3 min. read
Updated on
Read our disclosure page to find out how can you help Windows Report sustain the editorial team. Read more
Key notes
- The Command Prompt is a handy command-line utility with which you can open folders and files.
- This how-to guide provides guidelines for how you can open folders and files with the Command Prompt.
Microsoft DOS (Disk Operating System) is a command-line platform that was the world’s foremost operating system during the 1980s.
However, DOS declined into irrelevance during the 1990s after Microsoft released Windows 95, which introduced the Start menu.
Nevertheless, Windows has retained a windowed replica of DOS in the form of the Command Prompt. That’s not entirely the same as the 1980s DOS platforms, but it has a similar command set.
You can open folders and files with the Command Prompt instead of File Explorer. This is how you can open folders and files within the Command Prompt.
How can I open files and folders with the Command Prompt?
1. Open the Command Prompt
- Open the Type here to search tool by pressing the Windows key + S hotkey.
- Enter the keyword Command Prompt in the search utility.
- Click Command Prompt to open it.
- You can also right-click Command Prompt and select Run as administrator to open it with admin rights.
2. Opening a folder
- First, enter cd / in the Command Prompt, which will return you to the root C: drive.
- Then you can open a folder in the Command Prompt by entering this change directory command:
cd\folder\subfolder\subfolder
You’ll need to include the root folder and all its subfolders within the path to open a required folder within the Command Prompt.
- Press the Return key after entering the change directory command.
- To display a folder’s file content within the Command Prompt, type dir and press Enter. Then, the Command Prompt will display a file and subfolder list for the folder.
3. Opening a file
Alternatively, you can open files in the Command Prompt without moving to their folders first. To do that, you’ll need to enter a command that includes the file’s full folder path and the file title itself.
For example, let’s suppose you need to open a file titled youcam_9.png from the path Users\mav_u\pictures. To do so, you would enter this command:
"C:\Users\mav_u\pictures\youcam_9.png"
That file-opening command must always include quotation marks.
So, who needs File Explorer when you can open folders and files with the Command Prompt instead?
The Command Prompt may not be everybody’s cup of tea, but some users might still prefer its command-line flexibility.
If interested, read this blog to understand how to boot up your computer straight to Command Prompt on Windows 11.
We also have a great guide on how to clear CMD, so be sure to check it out for more useful information. Now that you know how to use the command line, you might be interested in learning what is the root directory on your PC.
User forum
1 messages