00 Votes

Windows Tip: Open Explorer with current directory from Command Prompt

Tip by NetGuy | 2013-04-24 at 14:22

Situation: We have opened the console (also well known as CMD, Command Line Interpreter or Command Prompt) in Windows in a specific directory and we would like to show this directory in Windows Explorer.

Solution: It's easy. You do not have to click through numbers of directories and sub directories to cumbersome find a deep folder. Just type "explorer ." into the console:

C:\Users\UserName>explorer .

Alternatively, also the following command can be used:

C:\Users\UserName>start .

Important: After the command "start" or "explorer", you have to type a space and then a dot. If you omit the space and the dot, you are opening the explorer in the default directory instead or you open another command line window with "start".

In the example, both command lead to open the directory "C:\Users\UserName in the Windows Explorer.

ReplyPositiveNegative

About the Author

AvatarThe author has not added a profile short description yet.
Show Profile

 

Related Topics

The Secure Password

Info | 0 Comments

Important Note

Please note: The contributions published on askingbox.com are contributions of users and should not substitute professional advice. They are not verified by independents and do not necessarily reflect the opinion of askingbox.com. Learn more.

Participate

Ask your own question or write your own article on askingbox.com. That’s how it’s done.