15 pts.
 how i can message a user in lan through command prompt in windows Xp SP2 Os with out any third party software
how i can message a user in lan through command prompt in windows Xp SP2 Os with out any third party software. Specially through dos commands

Software/Hardware used:
ASKED: August 7, 2009  6:49 AM
UPDATED: August 8, 2009  10:44 AM

Answer Wiki:
Use the NET SEND command. Type NET SEND without any parameters to get some help on how to use it. The Messenger service needs to be running.
Last Wiki Answer Submitted:  August 7, 2009  2:19 pm  by  BlankReg   12,215 pts.
All Answer Wiki Contributors:  BlankReg   12,215 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

NET SEND is hardcoded into XP, it does not require third party software.

The syntax: net send COMPUTERNAME “message”

For example: net send ALPHA “Please restart Outlook. wjs 08.07.09″

To start the messenger service, which is required: Start>Run>services.msc. Find “Messenger” and start it.

Hope this helps!

-Schmidtw

 11,205 pts.

 

The Messenger service can also be started from the command prompt with the following command:

net start Messenger
 63,535 pts.

 

you have to make sure before you use this command that the “messanger” service is working .

 3,225 pts.