Try
 Code:
$Msg = "Please continue to work while" + @CRLF + "we clean old user profiles..." + @CRLF
$Msg = $Msg + @CRLF + "This window will self destruct in 5 seconds..."
MESSAGEBOX ($Msg, "Cleaning User Profiles", 64, 5)


This will pop up a dialog box that the user can close, but will close itself after 5 seconds.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D