May 9, 2011
Chat Anonymously through Command Prompt
Do you like this story?
1.What you need? > you need your friend's IP Address and Command Prompt
2.Open Notepad and write this code :
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.
2.Open Notepad and write this code :
@echo off3.Save this as "Messenger.Bat".
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
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.
About the Author:
Ifeanyi Emeka is the founder of this blog and also writes for Tech Forked. He is passionate about tech stuffs and loves customizing blogger themes.
Popular This Week
Subscribe to:
Post Comments (Atom)
3 Responses to “Chat Anonymously through Command Prompt”
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...
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
November 29, 2012 at 2:57 PM
how to find the computer name? because it isn't working.......
Post a Comment