Posted by benny in
FreeWare on November 16th, 2009 |
3 responses
I remember that windows xp or 98 I think used to have this built in LAN chat software that enables you to chat peer to peer. I forgot its name.

Popularity: 1% [?]
Related posts:
- Msn Messenger Alternative? Is There A More Reliable Software To Use To Chat On The Msn Chat Network? Msn Messenger Alternative? Is there a more reliable software...
- Whats The Best Chat Software To Use For My Forum? Hello, I am just wondering what the best chat software...
- How Do I Get The Software To Download For Chat? Yahoo no longer accepts Java for chat so I cant...
- How To Block Browser Based Chatting Programs Like Google Chat In Gmail And Yahoo Chat In Yahoo Mail ? I want to block all types of messengers like yahoo...
- How Can I Create A Live Chat Support Software For Support Agent To Chat With Their Visitor? Please Teach Me.? I have always been trying to Program a Live Software...
Related posts brought to you by Yet Another Related Posts Plugin.
Leave a Reply
windows messenger is the service, winpopup is the utility that lets you chat. Alternatively, you can use net send (this might not work in 98 though).
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
winchat ?