I wish to send a "net send" type of command from Unix to Windows 2000. The purpose is to display a message box on the Windows client. The parameters being the IP address to send to and the message itself. Windows has a similar command which works as follows:"net send 10.180.4.369 a message" or "net send gbrpc4787 a message".I am not sure how or if this can be done using perl ?