Follow us on RSS or Twitter for the latest updates.

May 9, 2011

Chat Anonymously through Command Prompt


1.What you need? > you need your friend's IP Address and Command Prompt

2.Open Notepad and write this code :
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
3.Save this as "Messenger.Bat".

4.Open command prompt

5.Drag bat file over to Command Prompt and press Enter

6.This should came up


7.Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:


8.Now all you need to do is type your message and press Enter.

Enjoy.

Dont forgot to post your reply and share it with your friends.

3 Responses to “Chat Anonymously through Command Prompt”

Anonymous said...
May 9, 2011 at 7:43 PM

hey This is'nt working...
I tried wid my bro's pc n mine but it was showing an error...


dfgdfg said...
May 9, 2011 at 7:57 PM

hi.... try using the computer name instead of the ip address.. and if you are using vista, it won't work because the Net Send command doesn't exist. It was replaced with msg.exe


Anonymous said...
November 29, 2012 at 2:57 PM

how to find the computer name? because it isn't working.......


Post a Comment