in reply to How to send Broadcast message
I can send a text message from a Windows machine to another Windows machine with this:
perl -e " system 'net send fglock hello world ' "You can probably do this from Linux using one of the SMB tools. I'll make some tests.
Update: smbclient -M COMPUTERNAME will do it. There must be a way to do broadcast, but I can't find it
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to send Broadcast message
by Grygonos (Chaplain) on Jun 25, 2003 at 16:20 UTC | |
|
Re: Re: How to send Broadcast message
by ralijani (Acolyte) on Jun 28, 2003 at 14:15 UTC |