Monday, 4 March 2013

Simple Code to create you own chat messenger for LAN

Simple Code to create you own chat messenger for LAN

Step 1: open CMD
Step 2: write edit msg.bat
Step 3: add following code in file & save it.
@echo off
:A
echo Messenger
set /P n=User/IP:
set /P m=Message:
msg %n% %m%
pause
goto A

Step 4: Run this msg.bat file.

No comments:

Post a Comment