I need to open one or other exe file if it is installed
If the PC is 32 bit the file will be in C:\Programs Files\myfolder\filename.exe
If the PC is 64 bit the file will be in C:\Programs Files(x86)\myfolder\filename.exe
So far I have tried a combination of the following using the Shell...