CHAT WITH FRIENDS USING MS-DOS
1. All you need is your friends IP address and your command Prompt.
2. Open your notepad and write this code as it is-
@echo off:
A
Cls
echo MESSENGER
set/p n= User:
Set/pm= Message:
net send %n% %m%
Pause
Goto A3.
3. Now save this as "Messenger.Bat".
4. Drag this file (.bat file) over to Command Prompt and press enter!
5. You would then see something like this:
MESSENGER
USER:
6. After "User" type the IP address of the computer you want to contact.
7. Before you press "Enter" it should look like this:
MESSENGER
User: IP_Address User: IP_Addressc
Message: Hi, How are you ? Message: Hi, How are you ?
8. Now all you need to do is press " Enter", and start chatting .
1. All you need is your friends IP address and your command Prompt.
2. Open your notepad and write this code as it is-
@echo off:
A
Cls
echo MESSENGER
set/p n= User:
Set/pm= Message:
net send %n% %m%
Pause
Goto A3.
3. Now save this as "Messenger.Bat".
4. Drag this file (.bat file) over to Command Prompt and press enter!
5. You would then see something like this:
MESSENGER
USER:
6. After "User" type the IP address of the computer you want to contact.
7. Before you press "Enter" it should look like this:
MESSENGER
User: IP_Address User: IP_Addressc
Message: Hi, How are you ? Message: Hi, How are you ?
8. Now all you need to do is press " Enter", and start chatting .