I have a script that kills a process. I am trying to echo a message stating why the process has ended to the remote user of the PC. Can you echo a message remotely or would it be easier to call some type of Message.doc to open on the local machine?
Echo a message on remote PC
Collapse
X
-
Tags: None
-
I often use "net send username" within OS Batch files to send a brief alert in a popup box to a particular user. I believe you could send to a particular workstation too.
I'm a VB newbie so I'm unsure of the proceedure to feed sucha a command line to the underlying OS.
Start | Run | CMD
net send /? <enter>
will provide more details
regards...
Comment