Tuesday, May 22, 2007

Quickly open the cmd window for the current directory

For winXP
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt]
@="Cmd"
[HKEY_CLASSES_ROOT\Directory\shell\CommandPrompt\Command]
@="cmd.exe /k cd \"%1\""

1 comment:

Unknown said...

I also use the same... very comfortable.