If you have to send within a NT-system (2k or xp), ReddLefty said everything needed. If you have some Win 95/98 clients, they need to run Winpop to get the message.
----------------------------------------
Everybody has the right to be stupid -- but some people abuse the privilege. (a quote from Stalin - and I am one of the abusers, sometimes...)
----------------------------------------
Experienced in the IT-chaos since 1984...
This is a nice window form to do it in. Just open notepad and save it as a .vbs file.
Set WshShl = WScript.CreateObject("WScript.Shell")
Recipient = InputBox("Type the username or computer name " &_
"that the message is to be sent: ")
MsgText = InputBox("Type your message: ")
WshShl.Run "Net Send " & Recipient & " " & MsgText
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.