This assumes you installed into C:\Program Files\TextPad 5\
Open your registery (Start->Run->Regedit)
Then browse to:
HKEY_CLASSES_ROOT\Applications\TextPad.exe\shell\open\command
You will probably see the path is set to Textpad 4. Simply change it to Textpad 5
Or make a reg file and fill it with:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Applications\TextPad.exe\shell\open\command]
@="\"C:\\Program Files\\TextPad 5\\TextPad.exe\" \"%1\""
Also searching for "textpad 4" turned up a number of other keys that were set incorrectly. You might want to do the same.