Hi guys, I've only recently started working with C, but I'm trying to create a program that will call several other programs, one at a time and wait for them to close before running the next program (the programs close on completion based on command line arguments passed to them), and I'm not having much luck. Can anyone point me in the right direction? Thank in advance.