Re: notepad messenger at cmd, try: net start messenger on yours and the client computer
if it is already running, try using the computer's hostname insread of ip. here's my batch messenger:
@echo off
cls
:START
echo Here is a list of computers on your network:
net view
set /p computer:Enter computer's name
set /p message:Enter your message
net send %computer% %message%
echo Press any key to send a new message
pause >nul
goto START
__________________ Torvalds was contemptuous of Microsoft's claims and has asked Redmond to name the patent infringements so that their veracity can be challenged and workarounds found.
"Naming them would either make it clear that Linux is not infringing at all (which is quite possible, especially if the patents are bad), or would make it possible to avoid infringing by coding around whatever silly thing they claim,"
"So the whole 'We have a list and we're not telling you' should tell you something. Don't you think that if Microsoft actually had some really foolproof patent, they'd just tell us and go, 'nyaah, nyaah, nyaah!'?"
whole story here: http://www.vnunet.com/vnunet/news/21...-microsoft-put
Last edited by kpmwrestler; 10-25-2007 at 11:32 PM.
|