Hi all

I hope you can help. Done a bit of hunting with no luck ;-(

I have a script which runs for one group only. Depending on the amount of data which needs to be deleted the kix console will stay open for a while. I would like text to appear within the console explaining to the user the delay and normal work can continue. Don't try and close the window blah blah.

FYI: I can get MessageBox to work OK but I dont want that, becasue it's an aditional click for the user etc etc

Any ideas?

My code

IF instr ($grp, "test")
Run '\\itukdc01\NETLOGON\wdsuk\delprof\delprof.exe /I /Q /D:30'
Endif