I want to launch a program (written in VB) from a CD
using autorun . . . I have that part:
[autorun]
OPEN=start.exe
then, IN the VB program (start.exe) I want the user to
have 2 options to either run setup.exe or to run the
application from the CD (instead of installing it)
does anyone know how to run an EXE application from
within VB? I don't think CALL or OPEN will work.
I need to put code behind 2 command buttons that will
either run setup.exe or theApp.exe.
thanks
using autorun . . . I have that part:
[autorun]
OPEN=start.exe
then, IN the VB program (start.exe) I want the user to
have 2 options to either run setup.exe or to run the
application from the CD (instead of installing it)
does anyone know how to run an EXE application from
within VB? I don't think CALL or OPEN will work.
I need to put code behind 2 command buttons that will
either run setup.exe or theApp.exe.
thanks