Using CMD (Dos)
to sending messages from computer A to computer B through the command cmd (dos) can be done in the following ways:
copy this script:
@echo offsave with the name chat.bat
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
0 comments:
Post a Comment