Pages

Wednesday, February 22, 2012

create ur own instant chating messanger?

Hi, frndz want to create ur own instant messanger so....


type this coding in ur notepad and save it as (xxx.bat)
this is a coding for create ur own messanger.

first of all u need ur frnd ip adress to instant chat by type this(netstat -n) using face book chat in cmd,when u got ip open ur xxx file and type ip adress in ur xxx file and wait for connecting and start chat instantly.....


@echo off
:A
Cls
echo MESSENGER
set /p n=Message
set /p m=Message
net send %n% %m%
pause
goto A

No comments:

Post a Comment