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
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