hi all, new to the group... I've got a script that is making a call to an external program via exec(). (I can use another function, just had luck with this so far.) I need to know when the process that I'm calling has completed, so I can move on to the next step AFTER the files are finished creating. Is there a simple way to learn this? thanks, fd