Re: Chat With Command Prompt
Well ... heres is version 1.1 ;0
This avoids the repetitive entry of the IP address:
@echo off
echo MESSENGER
set /p n=User:
:A
Cls
set /p m=Message to user %n%:
net send %n% %m%
Pause
Goto A
This stuff is more useful in a LAN/Intranet system.
__________________
My time machine will take you one hour into the future in only sixty minutes!
|