I have an application in VB.NET that needs to open another application (not in VB.NET). The application can be in the same folder as my application, but I would prefer that it be in a folder that is within the folder where my application is. For example, my_ application.exe is in Folder1, other_application.exe is in Folder1\Folder2. The problem is, the application will be used on multiple computers, so I don't know the exact file path. I've messed around with relative file paths before, but couldn't make it work.
I've tried just about everything; any help is much appreciated.
I've tried just about everything; any help is much appreciated.