in reply to "net send" in unix

search.cpan.org is your friend. Looking for winpopup brings up some posibilities (Filesys::SmbClientParser). Of course you always could just drive smbclient directly.

Replies are listed 'Best First'.
Re: Re: "net send" in unix
by welchavw (Pilgrim) on Feb 03, 2004 at 17:56 UTC

    Just to supplement, here's a sample usage...

    echo "foo on you, Windows" | smbclient -M <hostname>

    ,welchavw