Sample Tasks -> T50 - Broadcast message to all users on the network

Task Description: Create a task that will broadcast message to all users on the network.

Solution
1. Create a new task Create a new task from Tools->Task Editor
2. Prompt for the message to broadcast From Keystrokes/Mouse category, insert a Prompt command. Check the box to assign the prompt value to a variable.
3. Broadcast the message Insert keystroke command to broadcast the message.

Keystrokes: net send * $msg$[ENTER] in "Run"

When you run this task, it sends message to all users of your workgroup.

t50-1.gif (8193 bytes)

t50-2.gif (3033 bytes)