Does any one know how to send one of these through a php script?
it can be done from the shell by typing smbclient -M (hostname) then after it has connected, you can send a msg.
Hello,
Use the system command:
system("smbclient -M (hostname)");
That would send it.
Bill Van Pelt http://mhelpdesk.sourceforge.net