I am trying to figure out how to run another program from within VB 6 using
command line parameters. I want the VB program to be running continuously,
and call the command line program at regular intervals using a timer. It's
for a console c++ program which performs a modification on wave files.
Is there a RUN command that will work? Or how can this be done?
command line parameters. I want the VB program to be running continuously,
and call the command line program at regular intervals using a timer. It's
for a console c++ program which performs a modification on wave files.
Is there a RUN command that will work? Or how can this be done?
Comment