- Community Pick
Programmers and system administrators often find it necessary to get to a command prompt (a "DOS box") in a certain directory. This article describes how to set up a context menu for Windows Explorer to do that. When finished with these simple steps, you will be able to right-click any folder name in the Explorer, select Command Prompt here... and begin entering commands in a DOS box with the selected directory having been set as desired.
- 1
- In any Windows Explorer, select Tools / Folder Options... and click the File Types tab.
- 2
- Scroll down to find the Folder entry -- the Extension is "(None)" Click it and then click the [Advanced] button.
- 3
- In the Edit File Type dialog, click [New...]
- 4
- In the New Action dialog, click fill in the values:
Action: Command Prompt here...
Application: Cmd.Exe
- 5
- OK the the New Action input, OK the Edit File Types box, and OK the Folder Options dialog. You are done.
The Context Menu change will take effect immediately. Use the Windows Explorer to drill-down to any depth of folder on any disk. Right-click the folder and select Command Prompt here.
Some notes:
- If you select a virtual folder, the "current directory" may well be one that you have never seen "naked" before. For instance, the "My Documents" folder ends up in the correct user's "Documents and Settings" folder.
- If you later try to remove the new Context Menu item, you may find that the "Remove" button is not enabled. You may need to go to the registry to make changes. You could use RegEdit to modify the EditFlags of the Folder settings in
HKEY_CLASSES_ROOT\Folder
But I'd not recommend that. Instead, just locate the subkey that we created...
HKEY_CLASSES_ROOT\Folder\shell\Comma nd_Prompt_ Here
and remove it entirely.
- If you don't want to do all of those manual steps, you can add the Context Menu item using a registry file. Just copy the following snippet to a text file named, for instance, CmdHere.reg then double click it.
- I recently learned that Windows Vista has a built-in (though not well known) ability to do exactly what this article describes. With Vista, if you press the SHIFT key while right-clicking a folder, then an "Open Command Window Here" item is added to the context menu. Thanks to evilrix for that tip!
=-=-=-=-=-=-=-=-=-=-=-=-=-
If you liked this article and want to see more from this author, please click the Yes button near the:
Was this article helpful?
label that is just below and to the right of this text. Thanks!
=-=-=-=-=-=-=-=-=-=-=-=-=-
by: GFCU on 2009-07-01 at 12:42:17ID: 1879
If you make the mistake of adding an action or setting that you don't want, for instance the folders all open in new windows... How do you delete the action... I've noticed that there are Edit and Remove buttons on the window, but they are greyed out...