How to add an explorer context menu for a file extension ?
- by asksuperuser
I inspired from my other question here http://superuser.com/questions/129755/how-to-get-open-command-window-here-while-clicking-on-exe-not-on-parent-folder and tried this
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\.sln]
[HKEY_CURRENT_USER\Software\Classes\.sln\shell]
[HKEY_CURRENT_USER\Software\Classes\.sln\shell\countlines]
@="countlines"
[HKEY_CURRENT_USER\Software\Classes\.sln\shell\countlines\command]
@="c:\\countlines\\countlines.exe" %1
but it doesn't work.