I am trying to run compare.exe araxis from VB.

As long as I have the full path of the compare.exe file, then, I have no problem running the exe via the shell command.
However, since the exe location might differ from one machine to another I want my code to be flexible enough so that it will automatically recognize the compare.exe path for every machine that uses my code.

Notice the following:
1. The FindExecutable solution does work in finding docs, xcel and other types of executables however in my case it will not work since there is no file extension for araxis.
2. The Environ option will not work since it is not a must to have the compare.exe definition under the ENVIRON(“PATH”). Therfore this solution is not reliable.

I am really desperate for a solution!
Thanks, Tami.