Link to home
Start Free TrialLog in
Avatar of trustit
trustit

asked on

running a program with parameters

In a VB5 program I would like to start another application with some parameters requested on the command line. The Shell function doesn't allow to provide parameters. Is there another solution ?
Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of KDivad
KDivad

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
Avatar of st_steve
st_steve

use ShellExecute API...it accepts parameters...if you want the syntax, msg me back...will post the declarations and the calling function....
Avatar of trustit

ASKER

Thanks for this info that I missed.
You're Welcome! Glad I could help!