From: bruce34567 on
How to add "open with my prog" to the right click menu in windows when right clicking on a file in explorer?

Any help would be great, cheers Bruce
From: Chunick on
using the registry editing commands in buddyAPI you can write to the registry:
HKEY_CLASSES_ROOT\*\shell

or thereabouts... do some googling about the best place to write... I would
imagine you would have to associate that file extension with your program in
order to be able to properly execute a context menu command on it.

From: yupieyi on
Gave me enough info to get started chunick thanks. was able to find a tutorial..