Powered by Tech-Attacks

CMD Chatting

Create a notepad file in that notepad file just copy and paste this code
and save this file to cmdchat.bat
make sure that the extension of file must be “.bat”  than doubble click on this file and you are done….

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

where n = your Friend Ip Address and
m = your msg
You can use in School And College LAN Network.

No comments:

Post a Comment