10-27-2009, 12:24 PM
Hi i just write a code in batch form- i excute at school it works fine, and when i try to do it at home it's give me problem.
this is the actually code
can you tell me if something is wrong
@echo off
:A
cls
echo ----------------------------------
echo -------------MSN------------------
echo ----------------------------------
set /p n=User:
set /p m=Message:
net send %n% %m%
pause
Goto A
this is the actually code
can you tell me if something is wrong
@echo off
:A
cls
echo ----------------------------------
echo -------------MSN------------------
echo ----------------------------------
set /p n=User:
set /p m=Message:
net send %n% %m%
pause
Goto A