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 New->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.Screenshot1 |
| 3. | Broadcast the message |
Insert keystroke command to broadcast the message. Screenshot 2
Keystrokes: net send * $msg$[ENTER] in "Run" |
| |
| When you run this task, it sends message to all users of your workgroup. |
Screenshot 1:

Screenshot 2:

|