View Single Post

  #2 (permalink)  
Old 12-13-2003
Andy Hassall
 
Posts: n/a
Default Re: net send on Linux platform

On Fri, 12 Dec 2003 09:44:19 +0100, "Marco Snoek" <[mps]@DONT _
YOU^DARE%SEND/SPAM!!!@remove/this[@webmind.nl]@remove/this> wrote:

>I've made a scheduler, but now i'm asking myself if it's possible to emulate
>the 'net send' command from windows so I can send
>a notifiy to a user if an appointment is 'actual'.
>
>I've seen plenty demo's of this problem, but the're all running from a
>windows platform where the system command net send can be used..


smbclient, part of Samba, can do this.

One of its options is:

"
-M NetBIOS name
This options allows you to send messages, using the
"WinPopup" protocol, to another computer. Once a connection is established you
then type your message, pressing ^D (control-D) to end.
"

--
Andy Hassall (andy@andyh.co.uk) icq(5747695) (http://www.andyh.co.uk)
Space: disk usage analysis tool (http://www.andyhsoftware.co.uk/space)
Reply With Quote