View previous topic :: View next topic |
Author |
Message |
RangerDude Guru


Joined: 19 Apr 2003 Posts: 301
|
Posted: Sat Aug 23, 2003 6:01 pm Post subject: how to net send? |
|
|
I use
Code: | net send IP MESSAGE |
a lot in Windows to send messages to other win users on my network. Can anyone tell me how to do it with samba? |
|
Back to top |
|
 |
Vergo n00b


Joined: 19 Apr 2003 Posts: 42 Location: Oulu, Finland
|
Posted: Sat Aug 23, 2003 6:57 pm Post subject: |
|
|
From the smbclient man page:
Quote: | One useful trick is to cat the message through smbclient. For example: cat mymessage.txt | smbclient -M FRED will send the message in the file mymessage.txt to the machine FRED. |
|
|
Back to top |
|
 |
|