Execute a file synchronously from VB? - TechRepublic
General discussion
August 19, 2001 at 02:13 AM
msi

Execute a file synchronously from VB?

by msi . Updated 24 years, 10 months ago

I want to execute an old dos program from my VB program. I know this can be done with Shell() but I want to execute the program synchronously so I can use the results of this program afterwards. Is there any way to do this? Or is there some way i can make my program wait for the other executable to finish?

This discussion is locked

All Comments