Send a WinPopup Message:MS/Windows can send a message to another MS/Windows PC which will pop-up (using "WinPopup" protocol) and appear in a dialog box. This is used by admins for notification purposes. The DOS command is: NET SEND NetBIOS-computer-name "Message to send to user"Linux can send the same message to a MS/Windows PC using the command: [prompt]$ smbclient -M NetBIOS-computer-name Message to send to user ctrl-dNotes: Message limit is 1600 bytes. Alternate method: cat mymessage.txt | smbclient -M NetBIOS-computer-name
Dit vroeg ik ook een tijdje geleden op de IRC chat... maar toen wou men daarop niet antwoorden aangezien sommigen dat irritant vonden dat je zo'n berichtjes kon sturen naar iemand in een netwerk. Hoewel dit zeer handig kan zijn...