English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

If you want a private chat with a friend or client on you Network, you don't need to download any fancy program!
All you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Now save this as "Messenger.bat". Open the .bat file and in Command Prompt you should see:

MESSENGER
User:

After "User" type the IP address of the computer you want to contact.
After this, you should see this:

Message:

Now type in the message you wish to send.
Before you press "Enter" it should look like this:

MESSENGER
User: 56.108.104.107
Message: Hi

Now all you need to do is press "Enter", and start chatting!

You have to have messenger enabled on both computers.
To do this go to Start>run>services.msc>messenger>Start The Service

2007-06-13 04:06:05 · answer #1 · answered by Paul 2 · 0 0

Use Net Send:

net send [PC Name] [Message]

Be aware that Windows XP SP2 automatically disables the messaging service.

2007-06-13 04:03:20 · answer #2 · answered by Yoi_55 7 · 1 0

through netsend command

2007-06-13 04:03:26 · answer #3 · answered by Anonymous · 0 0

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_send.mspx?mfr=true

2007-06-13 04:02:18 · answer #4 · answered by Andy G 4 · 0 0

fedest.com, questions and answers