Thanks for all the suggestions

I'm confused!!

1. Call in a batch file is used to call another batch file, not an exe file. Call in WKIX32 is used to call another script.

Neither call seems to have a /i switch.

Which one is meant?

2. If wkix32.exe is a console-less version why do you need to use Start /B to prevent the creation of another window (page 17 of manual)

The (edited) script I am trying to run is as follows:

color n/n
run "Robocopy.exe \\server\share\directory c:\directory /MIR /sec /r:1 /w:5"
sleep 5
COLOR N/Y+
AT(12,15) "Files Downloaded OK"
SLEEP 10
COLOR N/N

I want the download using robocopy to happen without the file names being displayed on the screen. All the user should see is the AT message, displayed in black on a yellow background, when the download has finished.

Is there a better way?

David