Wednesday, May 16, 2012
HOW TO : Make your Own IP Messenger
Its time to become geeky and start making your own softwares. Well, you dont need any experience for that and you can make your own IP Messenger with the help of simple notepad. You will not require any coding skills. You will just have to follow the below mentioned steps and there you go! Your very own IP messenger is ready to use! If two computers are connected over LAN, it can even work with the computer name. But if two computers are connected over internet, you can use IP address to chat with fellow mates.
Its time for some real work. Open the simple notepad in your desktop and copy the below code ( in red) in the notepad:
:B
sc config Messenger start= auto
sc start Messenger
cls
echo LAN Messenger
echo.
set /p target=Target IP Address:
set /p body=Message:
net send %send% %body%
cls
echo.
echo Your message has been sent.
echo.
pause
goto :A
Save this notepad file with extension .BAT .
Ask your friend their IP address and there you go! You can start chatting with your friend. No other software needed.
To know your IP address, visit http://whatsmyip.org and use this IP to chat
Happy Chatting!
Step 1: Open up the Notepad
Its time for some real work. Open the simple notepad in your desktop and copy the below code ( in red) in the notepad:
@echo off
:A
cls
echo LAN Messenger
echo.
echo 1) Send message
echo 2) Quit
echo.
set /p menu="Option:"
if %menu%==1 goto :B
if %menu%==2 goto EXIT
cls
echo LAN Messenger
echo.
echo The command entered is not a valid command. Please try again.
echo.
pause
goto :A
:A
cls
echo LAN Messenger
echo.
echo 1) Send message
echo 2) Quit
echo.
set /p menu="Option:"
if %menu%==1 goto :B
if %menu%==2 goto EXIT
cls
echo LAN Messenger
echo.
echo The command entered is not a valid command. Please try again.
echo.
pause
goto :A
:B
sc config Messenger start= auto
sc start Messenger
cls
echo LAN Messenger
echo.
set /p target=Target IP Address:
set /p body=Message:
net send %send% %body%
cls
echo.
echo Your message has been sent.
echo.
pause
goto :A
Step 2: Save the File
Save this notepad file with extension .BAT .
Step 3: Grab the IP Address:
Ask your friend their IP address and there you go! You can start chatting with your friend. No other software needed.
To know your IP address, visit http://whatsmyip.org and use this IP to chat
Happy Chatting!
DailyStuff Team
Wednesday, May 16, 2012
Aside
,
chat applications
,
DIY (Do it Yourself)
,
Internet
,
messenger
,
notepad hacks
,
Technology
3 comments
:
Subscribe to:
Post Comments
(
Atom
)
how the message will appear on the reciever end?
ReplyDeleteThe other one on receiver end also have to follow the above steps mentioned in this post :)
ReplyDeleteboth the has done the same steps as mentioned above ..
ReplyDeleteBut where to view the message????