Home » Questions » Computers [ Ask a new question ]

How do I open Windows Explorer to a particular directory from a Windows command prompt?

How do I open Windows Explorer to a particular directory from a Windows command prompt?

When I'm in a particular directory in a Windows command prompt, I sometimes want to open Windows Explorer so it already shows that same directory. How do I do that?

Asked by: Guest | Views: 361
Total answers/comments: 2
bert [Entry]

"Either one of these should do the trick:

explorer .
start ."
bert [Entry]

"You can run
explorer %cd%
explorer %__cd__%"