I am in the midst of running a C program which will call certain programs in windows. However, how can stop the programs from executing concurrently? Currently the program will call programA and programB. I wanted it to run in a way such that programB will only run after programA completes.