Monday 18 February 2013

Make Your Own Messenger :)


Guys in todays post i gonna show you a video that how to make your own messenger of your own it works.
listen there are some points to work with it mind them while working:-
1. Turn off your and host(to whom you are going to talk) firewall-
2.Make this notepade file on both computers
3.For connecting know the host ip address
for home users+=
4. If using a router then the command is ipconfig type this in your cmd .
5.If you are using a modem in your home network then go on the site www.whatismyipaddress.com
6.And follow the vedio instructions the code is :-
@echo off
:A
cls
echo MESSENGER
set /p n=user:
set /p m=Message:
net send %n% %m%
pause
Goto A



if you are not typing pause then you can do it continuously.............



No comments:

Post a Comment