this is how to get notepad++, make a right click command, make notepad++ your default.
http://sourceforge.net/project/showfiles.php?group_id=95717&package_id=10...
http://notepad-plus.sourceforge.net/commun/misc/NppLauncher.bin.zip
txt code for notepad++
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\Open W/ Notepad++]
[HKEY_CLASSES_ROOT\*\shell\Open W/ Notepad++\command]
@="notepad++.exe %1"
txt code for notepad
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell]
[HKEY_CLASSES_ROOT\*\shell\Open W/ Notepad]
[HKEY_CLASSES_ROOT\*\shell\Open W/ Notepad\command]
@="notepad.exe %1"
@bfoxinsox you have to edit the registry.
the code is in the bar
theavatar210 1 year ago
this dosent tell how to make a right click command
bfoxinsox 1 year ago