Another question:

How do you hide the output from a SHELL statement from being displayed in a text box?

I have a SHELL command running in one of my scripts that copies files but I don't want the output to be shown on the screen. I tried this test script:
code:
 Dim $err

$err = Shell "%COMSPEC% /C COPY c:\temp\*.kix c:\kixtart"

But it don't work. Any ideas on this one?

Thanks again.....
_________________________
Regards, -Rick.