1. All you need is your friends IP address and your Command Prompt.
2. Open your notepad and write tis 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 A
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 some thing 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:
Monday, November 19, 2007
Chat with your friends through MS-DOS
Posted by chaitanya at 8:33 AM
Labels: Notepad, Windows tips
Subscribe to:
Post Comments (Atom)
3 Comments:
i get an error message when i press enter after the message.
"MESSENGER
User:192.168.2.3
Message:ha ha
An error occurred while sending a message to 192.168.2.3.
The message alias could not be found on the network.
More help is available by typing NET HELPMSG 2273.
Press any key to continue . . ."
i am using a wireless router. but that shouldnt matter
Wow, I didn't know you could chat simply using DOS, really an amazing discovery for me. I'll give it a try.
Generaly, you cannot get past the firewall. This chat only works if you are on the same network. Make sure the Wondows firewalls are disabled, plus the firewall of the router.
Past Windows 98, there is no "DOS", persay....though, shutting down all firewalls and hooking up to the same network should allow this to work.
Post a Comment