Hi:
I looked around and tried a few things but I couldn't figure out how to get my script to wait for a program I start within my script; with a system() call.
I am starting certain program within my script and all I need to do is delete a folder which is created by this program after it gets closed by the user. When the user closes this program my script is ending even though I thought it wouldn't if I used the system() call.
I know it is got to be something easy but I couldn't find a good explanation online.
Thanks you for any input.