I currently have an RCP Eclipse
plug-in that goes into IBM Lotus Notes
. I need to call the notes.exe
binary with some arguments (kind of like from a .bat file), and I know how to do that when I know WHERE Notes is installed.
How do I find out where IBM Lotus Notes
is installed, so I can know where to call the notes.exe
from?
NOTE: Please don't suggest I look in the typical install folder, I'd like to be able to do it regardless of whether it's the typical default folder or not. Thanks