Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

pop up message command in command line mode

Status
Not open for further replies.

delorfra

Programmer
Mar 8, 2001
79
FR
What is the command name to send pop up messages through a network using the ip adress under the command line?
 
You can use " net send " to a computer name or particular logged on username. I've never tried an IP address for always been DHCP. But this will probably work in your situation as well. Best of Luck. Let me know if this helped. -md

Cmd line reads NET SEND computername "This is my message"
or NET SEND username "This is my message" The quotation marks are necessary -md

 
You can use " net send " to a computer name or particular logged on username. I've never tried an IP address for always been DHCP. But this will probably work in your situation as well. Best of Luck. Let me know if this helped. -md

Cmd line reads NET SEND computername "This is my message"
or NET SEND username "This is my message" The quotation marks are necessary. Also you need the rights to do this. -md

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top