|
Open an Explorer Window from the Command Prompt's Current Directory |
|
Saturday, 19 July 2008 |
|
Have you ever wanted to open a Windows Explorer window in yuor current directory, as you are working in a command (cmd) prompt on either Windows XP or Windows Vista (or even the Windows Server family)? To do this, simply type in the following (the "." passes the current directory to Explorer) explorer . 
Immediately, you will see an Explorer window show up with the contents of the directory your command prompt is in. 
|