I am trying to use the shell function to call an executable. I need to allow the executable to finish before continuing processing, is there some way to do this? If I put a breakpoint in my code after the shell function the executable has time to finish and everything works fine. If I take the breakpoint out then it doesn't have time to finish and the executable doesn't work right. What can I do about this? Thanks

~Julian