I wrote a program in Matlab and made it an .exe. I want to write a wrapper program with a GUI in VB.NET for my executable so I can eventually deploy it. If I use System.Diagnostics.Process.Start to call my .exe it seems that I need to set an absolute path to it. Ideally Id like to be able to add the exe to the VB project so that I can deploy the whole end product as one package. Is this possible, and if not, can I at least set a relative path? Or does anyone have any other suggestions on what to do?
Thanks!
Thanks!