How do I open Windows Explorer to a particular directory from a Windows command prompt?
Solution 1:
Either one of these should do the trick:
explorer .
start .
Solution 2:
explorer.exe path
IE: C:\>Explorer C:\Windows
Either one of these should do the trick:
explorer .
start .
explorer.exe path
IE: C:\>Explorer C:\Windows