I haven't seen it since Windows 98, but Winchat is what you're looking for.
If you understand Batch files, you can use this
@echo off
echo MESSENGER
set /p n=User:
:A
set /p m=Message:
net send %n% %m%
Pause
Goto A
__________________
Notebook Review Forum
|