Hi,

I am shelling to another application to process a file

Once this processing is complete (typically a few minutes), I need to shell out to another application.

Currently, I have the two shell commands one after another, but they both get called at the same time.

How do you determine when the first shell operation is complete before staring another one??????

Thanx for any suggestions!