Advertisement

a stupid question

Started by September 15, 2005 04:50 AM
1 comment, last by hplus0603 19 years, 5 months ago
hi i'm using cmd to send messages accross a network but i have problems i type "msg xxx.xxx.xxx" than it asks for the message but when i send it, it doesn't pop up on the other computers screen how would i do this thanks
Matt : mattb0001@hotmail.comClick me please
I'm not familiar with 'msg' but you can type:
net send pc_name_here "Your message goes here"

The 'Messenger' service must be running on the target machine for it to work, which it is by default.
"In order to understand recursion, you must first understand recursion."
My website dedicated to sorting algorithms
Advertisement
This is one of the services that may be firewalled, too, as it's had some security problems in the past.
enum Bool { True, False, FileNotFound };

This topic is closed to new replies.

Advertisement