Tips Tricks Tutorials

WEB-NES-BAY

Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware

bookmark bookmark
WEBNESBAY On August - 17 - 2009

This trick will help you chat with the users in a network

Step 1) You need to have your friend’s IP Address and your Command Prompt.

Step 2) Open Notepad and copy and paste the below code

@echo off
:A
Cls
echo INSTANTCHAT
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

Step 3) Now save this as “Instantchat.Bat”.

Step 4) Open Command Prompt.

Step 5) Drag this newly created bat file over to Command Prompt and press Enter.

Step 6) You would then see something like this in the command prompt:

INSTANTCHAT
User:

Step 7) Now, type the IP Address of the computer you want to contact and press enter
You will see something like this:

INSTANTCHAT
User: 127.0.0.1
Message:

Step 8) Now all you need to do is type your message and press Enter.
Start Chatting…….!

INSTANTCHAT
User:127.0.0.1
Message: Hi Hello... How are you doing?

Related posts:

  1. Chat with Friends through ms dos Command Prompt
  2. New trick for breaking WINDOWS Administrator password
  3. Find the real IP address of a web site
  4. How to use proxy server for different browsers
  5. Hacking computer inside LAN Network
  6. Renaming multiple files simultaneously
  7. Rapidshare Hacking tricks
  8. Extend Windows Vista and Windows 9 Activation period
  9. Shut down your computer using your mobile phone
  10. Call your friends with their own number
Categories: PC Tips

Leave a Reply