Sunday 28 October 2007

Add "Open Command Prompt" To Windows Exporer

This will add a menu option to open a command prompt whenever a directory is selected in windows explorer.

Copy this to a registry ('.reg') file and then execute it:

REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\Command]
@="Command &Prompt"
[HKEY_CLASSES_ROOT\Directory\shell\Command\command]
@="%windir%\system32\CMD.EXE \"%1\""

No comments: