Hi everyone,
Batch example: start /wait executable.exe
I've been using this method with batch files, this time i would like to
use something similar in Visual Basic 6, i tried to replace this method
using Do While Loop, Do Until... Loop Statement, etc. but still can't find
a better way to do it. now here is what i am after, i am working in a code
that execute a file, then when that program close or either way i close it,
then the next executable asigned to the task will lunch. how can i do this
in my project? any help will be very appreciate, thanks in advance.