You may have thought sending messages over LAN was difficult but this
makes it really easy. Moreover you don't need any special programs
which makes LAN chatting specially useful at school or work places.
Only works for Windows XP!
For other operating systems click here
Only works for Windows XP!
- Open Notepad and type the following:
@ echo off
:A
Cls
echo Messenger
set /p n=User:
set /p m=Message:
net send %n %m
Pause
Goto A - Save the file as "messenger.bat", making sure the file type is All.
- Run the program by double clicking the file.
- A black window will appear where you will be shown:
User:
Message: - Input the IP address of the computer you want to send your message to in the User field.
- Input your message in the Message field.
For other operating systems click here
No comments:
Post a Comment