Right Hand Click in Windows Explorer to open Command Window in any directory

  • Thread starter Thread starter Arthur Rees
  • Start date Start date
A

Arthur Rees

I used to have an option whereby RH click on a directory in Windows Explorer
would include the option 'Open Command Window Here'. This would open an DOS
command window in the selected directory.
Any ideas how to implement this?
 
This is an XP power toy. Youm can download it at

http://download.microsoft.com/download/whistler/Install/2/WXP/EN-US/Cmd
HerePowertoySetup.exe

So why is the M$ d/l a 514K exe file ?

The following 2 registry line do that same thing.


Just paste it into a file with a .reg extension and 'merge'.
--------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Command Prompt Here]
@="Command &Prompt Here"

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