Re: How to send "Net Send" messages from a Linux Server

2004-05-25 Thread Tarun Dua
Lrmk wrote: > I want to write a Perl script to send net send messages to the windows > based computers but my scripts are running on Linux computer. You can use the smbclient command on linux. echo "Message" | smbclient -M -Tarun -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

How to send "Net Send" messages from a Linux Server

2004-05-24 Thread LRMK
I want to write a Perl script to send net send messages to the windows based computers but my scripts are running on Linux computer. So I can't use $results = `NET SEND $IP_ADDR blah blah blah blah `; how to do this on a linux computer I think that I will have to connect to the receivers port 13