how to send messages between two computer connected on LAN

Status
Not open for further replies.

mutyala_ravindra

Right off the assembly line
Joined
Oct 24, 2005
Messages
2
HI all,
I wanted the dos or windows command to send instant messages between computers that are connected on a lan....
Can any one tell me the command to send messages between the two systems. Any one can suggest whether there is any feauture avaliable in windows 2000 professional for doing that.
I will be very thankful for all those who replied with valuable solutions...
Bye......
Waiting for u replies.......
 

QwertyManiac

Commander in Chief
Joined
Jul 17, 2005
Messages
6,575
go into dos
and type

net send <username or *(for all, broadcast)> "message here"

Example :-
If the username of the 2nd computer is comp2 say,

net send comp2 "hi"
 

ishaan

Padawan
Joined
Feb 28, 2004
Messages
870
im sorry i din get that clearly

if i wanna broadcast to all, do i type this:

net send broadcast "hi"

OR this:

net send * "hi"
 

champ_rock

champ_rock
Joined
Jun 15, 2005
Messages
744
if i broadcast then will it appear on evry computer on my lan?????
and yeah please specify the command line
 

siriusb

Cyborg Agent
Joined
May 12, 2005
Messages
1,162
Yes, the msg will appear on all computers conected in your lan.
The cmd is already given:

net send * "This is the admin. Shutdown NOW!"

The messenger sevice needs to be running to send messages.

You can also send a msg to particular user or computer by specifying the username or cpmputername or computer IP address instead of '*'.
 

ishaan

Padawan
Joined
Feb 28, 2004
Messages
870
how do i ensure that the messenger service is running on all pcs?

is it some background process?

or is it NetMeeting or something?
 

siriusb

Cyborg Agent
Joined
May 12, 2005
Messages
1,162
I know in XP you can manually start it using 'services.msc' . But if the service is disabled, you can only do it manually.
 

alib_i

Cyborg Agent
Joined
Jun 24, 2004
Messages
1,174
the net-send command is for Win XP/2000
if someone working on Windows 98 wants to recieve net-send messages ..
he can install LanTalk XP
even WinXP/2000 users can install lantalkxp as it's quite a good software

-----
alibi
 
Status
Not open for further replies.
Top