Launching multiple programs
Posted: Sat Aug 27, 2011 2:42 am
Hi,
I have created a main program that is supposed to run other programs, one by one.
Something like:
run program_1
run program_2
...
run program_n
The problem is that the execution of the main program actually launches only the first program_1 and ignores all the others.
What should I do for the main program to make all the other n programs run?
I have created a main program that is supposed to run other programs, one by one.
Something like:
run program_1
run program_2
...
run program_n
The problem is that the execution of the main program actually launches only the first program_1 and ignores all the others.
What should I do for the main program to make all the other n programs run?