Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

SENDMESSAGE

action

Sends a message across the network to another user or workstation.

syntax

SENDMESSAGE ("recipient", "message")

parameters

Recipient

Identifies the user or workstation to which to send the message.

Message

The message to send.

returns

0

Message sent

Error code

Function failed

example

$ReturnCode = SendMessage("ADMIN" , @USERID + " logged in at " + @TIME)

If $ReturnCode = 0

   ? "Message has been sent.."

Endif