I understand the RUN command does not wait for the program to complete. Script execution continues immediately. If I have a series of RUN commands that must be executed in serial fashion, how can I suspend script execution from starting the 2nd program before the 1st program completes and so on?