exe's in system.diagnostics.process, paths and deployment

baby_vb

Newcomer
Joined
Nov 3, 2003
Messages
9
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 I'd 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? :confused:

Thanks!
 
Back
Top