messenger ip to ip

Copiaza textul de mai jos intr-un document .txt apoi salveaza-l cu extensie .bat


@echo off
:A
Cls
echo Messenger
set /p n=IP:
set /p m=Mesaj:
net send %n% %m%
Pause
Goto A

Niciun comentariu: