Hi Friends,
Today i will come with a good trick. If you wish to chat with your friend on your network, you no need to install an application. You can chat with a notepad.
Here i will tell how it works. First you need to open a notepad.
Today i will come with a good trick. If you wish to chat with your friend on your network, you no need to install an application. You can chat with a notepad.
Here i will tell how it works. First you need to open a notepad.
then type the below code without quotations
For Windows-XP:
" @echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A "
For Windows-7:
" @echo off
echo Messenger
echo When typing the computer name, type
echo in /server:computer replacing
echo computer with the IP adress of the computer.
:START
set /p c=Enter computer name here:
:A
set /p m=Enter message here:
msg * %c% %m%
GoTo A "
Now save the file with an extension .bat. Example: CMD Messenger.bat.
When ever you wish to chat with your friend/colic just double click on CMD Messenger and type her/his I.P Address at User: instead of her/his name, then enter the message. Thats it!!!
For Windows-XP:
" @echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A "
For Windows-7:
" @echo off
echo Messenger
echo When typing the computer name, type
echo in /server:computer replacing
echo computer with the IP adress of the computer.
:START
set /p c=Enter computer name here:
:A
set /p m=Enter message here:
msg * %c% %m%
GoTo A "
Now save the file with an extension .bat. Example: CMD Messenger.bat.
When ever you wish to chat with your friend/colic just double click on CMD Messenger and type her/his I.P Address at User: instead of her/his name, then enter the message. Thats it!!!