Jump to content
Xtreme .Net Talk

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


Recommended Posts

Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...