How to Open a Folder in Command Prompt [CMD guide]

Using the right command you can open any folder in CMD

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

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.
how to open folder in command prompt / cmd

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

  1. Open the Type here to search tool by pressing the Windows key + S hotkey.
  2. Enter the keyword Command Prompt in the search utility.
  3. Click Command Prompt to open it.
  4. You can also right-click Command Prompt and select Run as administrator to open it with admin rights.

2. Opening a folder

  1. First, enter cd / in the Command Prompt, which will return you to the root C: drive.
  2. Then you can open a folder in the Command Prompt by entering this change directory command:
    cd\folder\subfolder\subfolder
    The change directory command open folder in command prompt / cmd

    You’ll need to include the root folder and all its subfolders within the path to open a required folder within the Command Prompt.

  3. Press the Return key after entering the change directory command.
  4. 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.

The full path open command open folder in command prompt / cmd

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.

More about the topics: Windows 10 Guides