|
Question : Sending Message on LAN
|
|
I am on network without domain. I want to send messages to all hosts using their Computer name. I need to appear messagebox from mdb on my pc to all neighborhood computers. is it possible ?
Aziz
|
|
Answer : Sending Message on LAN
|
|
Net send?
Shell "net send " & computerName & " " & message
Dave
|
|
|