Page is a not externally linkable
kaled - 8:00 pm on Sep 11, 2010 (gmt 0)
I'm not sure I understand you, but if you want to add additional verbs (i.e. menu options) simply add extra lines such as...
[HKEY_CLASSES_ROOT\txtfile\shell\print\command]
@="%SystemRoot%\system32\NOTEPAD.EXE /p %1"
You can also add an alias
[HKEY_CLASSES_ROOT\txtfile\shell\print]
@="Print this file"
Kaled.