Link to home
Start Free TrialLog in
Avatar of TechMonster
TechMonster

asked on

System.Diagnostics.Process.Start to run exe in same folder as VB Application

have a VB 2005 application which uses System.Diagnostics.Process.Start to start exe files.
The exe files are under the same folder as the VB application.

This application is published in different locations.  what I need is to know is
how to write the process.start parameters to run the exe no matter where the VB is published.

I keep thinking it is something like
System.Diagnostics.Process.Start ("..Folder\app.exe"
thanks.
SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
and what is relation of this question to SSIS?
I would think that this is code for a script task, but that is only my guess...