Add Command here to right button click in explore (Windows XP)
http://www.blogjava.net/Files/programmer/CMDHere.zip
- Download the file and unzip the file CMDHere.reg.
- Double click it to import into registry,
- Right click on any folder, you'll see there's a menu which is "Command here",
- Click it, you'll get into the cmd window with the current path is which you selected.
Or you can import the settings manually.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt]
@="Command Prompt"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\Command Prompt\command]
@="Cmd.exe /k pushd %L"