I am currently trying to run the shell command to call an external program, the problem is, as you are probably all aware, you don't get a return code to tell you when the command executed has completed.
Is there any way of determining when the command has finished so that I can then continue with the next procedure call?
Is there any way of determining when the command has finished so that I can then continue with the next procedure call?