Paid To Popup Hacking Articles: How to create an instant messenger using notepad

How to create an instant messenger using notepad

Type the following code in notepad and save the file as messenger.bat


@echo off
:A
echo Messenger
set /p n=User/IP:
set /p m=Message:
net send %n% %m%
pause
goto A