STEP:1 All you need is your friends IP address and your Command Prompt.
STEP:2 Open your notepad and write this code as it is……………… I would prefer you to copy this
@echo off:
A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A3.
STEP:3 Now save this as “Messenger.Bat”.
STEP:4 Drag this file (.bat file)over to Command Prompt and press enter!
You would then see some thing like this:
MESSENGER
User:
STEP:5 After “User” type the IP address of the computer you want to contact.
Before you press “Enter” it should look like this:
MESSENGER
User: IP_Address User: IP_Address
Message: Hi, How are you ? Message: Hi, How are you?
Now all you need to do is press “Enter”, and start chatting
STEP:2 Open your notepad and write this code as it is……………… I would prefer you to copy this
A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A3.
STEP:3 Now save this as “Messenger.Bat”.
STEP:4 Drag this file (.bat file)over to Command Prompt and press enter!
You would then see some thing like this:
MESSENGER
User:
STEP:5 After “User” type the IP address of the computer you want to contact.
Before you press “Enter” it should look like this:
MESSENGER
User: IP_Address User: IP_Address
Message: Hi, How are you ? Message: Hi, How are you?
Now all you need to do is press “Enter”, and start chatting
0 comments: