SEARCH

x

Sunday 17 June 2012

CHAT Anonymously Through Command Prompt



What you need? you need your friend's IP Address and Command Prompt
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


Save this as "Messenger.Bat".
Open command prompt
Drag bat file over to Command Prompt and press Enter

Now, type the IP Address of the computer you want to contact and press enter

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

2 comments:

  1. fahad give me ur i.p i wanna try this.

    ReplyDelete
  2. bro net send command is not in 7 :(..might be in xp..

    ReplyDelete