Hello all,

Is their any way I can use run to start multiple files at once, then have the script wait for completion of those programs before continuing on?

Basically i am spawning several instances of a file copy program and I want to do them at the same time to save time. However, later in the script I also have those directories replicating to another server that is kicked off by command line. As of right now, I can run all my copying at the same time, but the replication kicks off because I issued run commands for the copying. This hoses things up because the copying has not completed yet. I really hope I don't have to use shell to copy those files, that will take a long time..


Any help would be greatly appreciated.

Thank you,

Brent