advertisement

Hack:   Chat With Command Prompt
Subject:   i need help.
Date:   2009-03-09 02:29:48
From:   lelhafy
i used the code
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A



i sent the message... but would like to know what happenes on the other end. how does the user recieve the message or what???