|
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. |
|