Create your own private chat without downloading any IM messenger
you can create your own messenger program on CMD
you can create your own messenger program on CMD
- Open Notepad and Type
- @ echo off
:A
cls
echo MESSENGER
Set /p n=user:
Set /p m=message:
net send %n% %m%
pause
go to A
- Save this as Message.BAT
- now open it
- Type the ip address to contact and Type your message