Link to home
Start Free TrialLog in
Avatar of tariqanis
tariqanis

asked on

I there a way to run one VB application from inside another VB application

Hi.... are the days of DOS batch files gone...? Is there a way of running a VB application from another VB application... the way batch files used to execute tasks one after the other...?

Assuming that I have a small VB application that copies or create folders on a drive... and another small VB application that does some thing after the first application is executed... is there a way to make the first application star, and when it accomplishes its task have the second application do its work....?
ASKER CERTIFIED SOLUTION
Avatar of Michael_D
Michael_D
Flag of Canada image

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
To prevent the shell from 'running away' from you...try this PAQ...http:Q_20872942.html