Open Windows Explorer for the current Windows command line directory

Posted: Tuesday, January 19, 2016 by Tyler Durden in Labels:

Open Windows Explorer for the current Windows command line directory

Use the below start command to open Windows Explorer window for the current directory you're viewing in the Windows command line. For example, if you were in the C:\Windows> directory, typing in the below command would open the Windows folder in Windows Explorer.
start .
Bonus tip: The period is for the current directory, if you were to type in two periods (start ..) it would open the parent directory.

0 comments :