Unattended XPCD
   


Command Prompt Here
Submitted by bmusgrove

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"

Last updated 2006-09-08 17:29:40 by bmusgrove  [Edit]
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001 - 2009 msfn.org
Privacy Policy