-
launch a ext. app
i am putting my program on a cd. well, i have created a startup .inf file so that itll launch a "pre-setup" program. well, on the pre-setup program, it has a button so that the user can click to launch the setup.exe program. how would i code that button to do this? any and all help is greatly appreciated! thanks
Aaron
-
Re: launch a ext. app
Use the Shell Function, ie.
private Command1_Click()
Shell App.Path & "\Setup.exe", vbNormalFocus
End Sub
Aaron Young
Analyst Programmer
[email protected]
[email protected]