Pop up message in NT/2K ?

kw7

Member
Sep 27, 2000
88
0
0
Does anyone know the command which can send a pop up message to computers on the LAN?? Thanks
 

kw7

Member
Sep 27, 2000
88
0
0
Can I use IP add instead of the computer name?? Or can I send to more than one computer in one command? Last, do I need "" to close the message?? An example would be best! Thanks for the reply!
 

err

Platinum Member
Oct 11, 1999
2,121
0
76
I kinda depends on what kind of network you have.

On a single domain, it's possible to do :

net send username your message is here !

On Multiple domain, you would need to define domain name and user name such as:

net send /domain:
OtherDomain /username your message is here !

Do a net send /? for more directions

eRr