Command Prompt Here

Adds the "Command Prompt here" to the folder Context menu. You can rename "Command Prompt here" to whatever you wish. Removing " cd %1" will make it open a command prompt at the root of the folder you click on.
Example: If you left click C:\windows\sytem32 and select Command prompt here :

"cmd.exe /k cd %1" would open a command prompt at C:\windows\System32

"cmd.exe /k" would open a command prompt at C:\windows


» Example Registry Tweak
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here\Command]
@="cmd.exe /k cd %1"

Submitted by bmusgrove.
Last updated 2006-09-08 17:29:40 by bmusgrove