cmd here

This is the method you can make a "cmdhere" entry in the windows right click menu for IE.

1. Create a file called "cmdhere.reg".
2. Copy-paste this into the file:

REGEDIT4
 
[HKEY_CLASSES_ROOT\*\shell\cmdhere]
@="Cmd&Here"
 
[HKEY_CLASSES_ROOT\*\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k pushd \"%L\\..\""
 
[HKEY_CLASSES_ROOT\Folder\shell\cmdhere]
@="Cmd&Here"
 
[HKEY_CLASSES_ROOT\Folder\shell\cmdhere\command]
@="cmd.exe /c start cmd.exe /k pushd \"%L\""

3. Save it.

4. Double click or install it with right click / install / import or whatever it writes out.