Thursday, April 3, 2008

Running "cmd" from current page in Windows Explorer

The following registry file will do the job:

cmd_here.reg
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\CMD here]

[HKEY_CLASSES_ROOT\Directory\shell\CMD here\command]
@="C:\\WINDOWS\\System32\\cmd.exe /k cd \"%1\""



Original post

No comments: