|
Send Network Message Action |
Declaration |
<AMSENDNETMSG COMPUTER="text" MESSAGE="text"> |
See Also |
Send a message to the given computer through the Local Area Network (e.g. WinPopup, Alerter, and Messenger).
Uses the Windows Messaging System to send a message (also known as an "Alert") to a machine on the network. This could be used to notify an administrator of a system threshold being exceeded or an error condition in a task.
Specifies the machine that the message should be sent to. The "Messenger" service must be running on the target machine in order for the message to be received.
Specifies the text of the message to send.
Standard Error Handling Options
This action also includes the standard "Error Causes" and
"On Error" failure handling options/tabs
More on Error Handling Options
Variables and Expressions
All text fields allow the use of expressions by surrounding the
expression in percentage signs (example: %MYVARIABLE%,
%Left('Text',2)%). To help construct these expressions, a popup
expression builder is available in all these fields by pressing F2.
More on variables...
More on expressions...
More on the expression builder...
<AMSENDNETMSG COMPUTER="MACHINE1" MESSAGE="The system is running low on memory.">