CoachBarker
Well-known member
- Joined
- Jul 26, 2007
- Messages
- 133
- Programming Experience
- 1-3
If I havce an exe file included in my project, what is the best way to call it to be launched.
What I am doing now is this.
proc = Process.Start("../../VPN/vpnsetup.exe")
Thanks
CoachBarker
What I am doing now is this.
proc = Process.Start("../../VPN/vpnsetup.exe")
Thanks
CoachBarker