How to Open Folders in CMD

Do you need to access something from the command prompt or the Windows Command Prompt? Although it looks classic, this program is really easy to use if you know some basic commands. Today's TipsMake will show you how to use the 'cd' command to open a folder in Windows Command Prompt. Besides, you will also know more great tips to instantly open command prompt in any folder on Windows File Explorer.

Using File Explorer

How to Open Folders in CMD Picture 1How to Open Folders in CMD Picture 1

Press ⊞ Win+E to open File Explorer. File Explorer is the default file browser on Windows. To open File Explorer, press the Windows key and "E" at the same time.

How to Open Folders in CMD Picture 2How to Open Folders in CMD Picture 2

Go to the folder you want to open in Command Prompt. Use File Explorer to browse for the folder you want to open. Then click on the folder to open it.

How to Open Folders in CMD Picture 3How to Open Folders in CMD Picture 3

Type cmd in the address bar and press ↵ Enter. A new Command Prompt window will open in the folder you have open in File Explorer.

Using File Explorer's context menu

How to Open Folders in CMD Picture 4How to Open Folders in CMD Picture 4

Press ⊞ Win+E to open File Explorer. File Explorer is the default file browser on Windows. To open File Explorer, press the Windows key and "E" at the same time.

How to Open Folders in CMD Picture 5How to Open Folders in CMD Picture 5

Navigate to the folder you want to open in Command Prompt. Use the left pane of File Explorer and go to the folder you want to open. Then click on the folder to open it.

How to Open Folders in CMD Picture 6How to Open Folders in CMD Picture 6

Hold down the ⇧ Shift key and right-click any space in the folder. The context menu will appear next to the mouse pointer.

How to Open Folders in CMD Picture 7How to Open Folders in CMD Picture 7

Click Open command window here . Command Prompt will open in the current directory.

On later versions of Windows, the above option has changed to Open PowerShell window here. PowerShell is a more advanced version of Command Prompt. Most commands that work in Command Prompt will also work in PowerShell.

Using Command Prompt commands

How to Open Folders in CMD Picture 8How to Open Folders in CMD Picture 8

Click the Windows Start button. This button has the Windows logo icon and is located in the lower left corner by default. The Windows Start menu will open.

How to Open Folders in CMD Picture 9How to Open Folders in CMD Picture 9

Enter CMD. Command Prompt will appear in the Windows Start menu.

How to Open Folders in CMD Picture 10How to Open Folders in CMD Picture 10

Click the Command Prompt icon. The program has a black screen icon with a white text cursor. Click the Command Prompt icon in the Windows Start menu to open the Command Prompt.

How to Open Folders in CMD Picture 11How to Open Folders in CMD Picture 11

Enter the drive containing the folder you want to open and press ↵ Enter. If the folder you want to open is in a different drive than the one on which the Windows operating system is installed, you need to convert to that drive in the Command Prompt. To do this, type the letter of the drive letter with a colon (for example, "D:") and then press Enter.

You only need to do this step if the folder to open is not on the drive on which Windows is installed (usually the "C:" drive).

How to Open Folders in CMD Picture 12How to Open Folders in CMD Picture 12

Enter cd along with the distance. The "cd" command is used to change directories in the Windows Command Prompt. Type "cd" with the space, but don't rush to press Enter.

How to Open Folders in CMD Picture 13How to Open Folders in CMD Picture 13

Type the folder address followed by a space and then press ↵ Enter. You need to include all folders and subfolders inside by adding a backslash ("") in front of each folder name. For example, "cd UsersusernameDocuments."

If you are not sure about the folder path, you can navigate to that folder on File Explorer. Next, right-click the address bar at the top and click Copy address as text. You can then press Ctrl + V to paste the directory path directly after the "cd" command in the Command Prompt.

3.7 ★ | 3 Vote