You cannot use the MESSAGEBOX with scheduled tasks as the message box will show up for the account running the task, not the account that is logged in for an interactive session. You will need to use SendMessage() and send it to the local computer if you want messages displayed to a potentially logged-in user. See also the UDF Forum for UDFs that determine whether there are users logged in.
_________________________
There are two types of vessels, submarines and targets.