@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
You must login or register to view this content.
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
You must login or register to view this content.
repped
Copyright © 2026, NextGenUpdate.
All Rights Reserved.