You need to run multiple scripts/batch files at once, with the RUN command.
In those scripts/batch files, at the end you need to generate a token file in a directory.

then in the main script make a do until loop that looks something like this:

DO
sleep 5
UNTIL EXIST("COPYTOKEN1.TXT") AND EXIST("COPYTOKEN2.TXT") AND EXIST("COPYTOKEN3.TXT")

this should do the trick !!!

------------------
Lon Geefshuysen,
www.xs4all.nl/~longeef/NT/KiXtart
lon_geefshuysen@essentium.com