Monday, July 1, 2013

Chat with friends using MS-DOS





Step 1: All you need is your friends IP address and your command prompt
Step 2: open your notepad and write tic code as it is
@echo off:
A
CLS
Echo MESSENGER
Set/p n=user:
Set/p m=Message:
Net send %n% %m%
Pause
Go to A3.
Step 3: Now save this as “Messanger.Bat”
Step 4: Drag this file (.bat file) over to command prompt and press enter!
Step 5: you would then see something like this:
MESSANGER
User:
Step 6: After “user” type the IP address of the computer you want to contact.
Step 7: 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?

Step 8: Now all you need to do is press “Enter”, and start chatting

No comments:

Post a Comment