Chatting
Most of us have used Chatting Platforms like – G-Talk, Yahoo Messenger, Windows Live and all that, but most of us don’t know that our informations like what we are chatting and with whom these all are going through there servers, so they can easily track out what we are Chatting and all other stuffs. Sometimes it’s better to keep our Chatting a little Privet, may be because of it’s something confidential to share. And when we can make our own Chatting Platforms then why use there’s. To make your own Chatting Platform follow the Instructions below:

  1. Right Click over a blank space on Desktop.
  2. Go to New and from the Sub menu select Text Document.
  3. Open the Tet Document from Desktop by Double Left Click on it or by selecting it and pressing Enter.
  4. In the open Document Type the following —->
For Windows 7 & Windows Vista
                             

                                         @echo off
                                         :A
                                         cls
                                         echo Pulse by RC
                                         set /p d=Destination:
                                         set /p m=Say:
                                         msg %d% %m%
                                         pause
                                         goto A


For Previous Versions Of Windows

                                        @echo off

                                         :A
                                         cls
                                         echo Pulse by RC
                                         set /p d=Destination:
                                         set /p m=Say:
                                         net send %d% %m%
                                         pause
                                         goto A
    
    5. Go to File menu and Click on Save As.
    6. Give the Name Pulse.bat
    7. Click on Save button.
    8. Now you can find your own Chatting Platform “Pulse” on the location
        where you have saved it.
    9. Run the Pulse.
  10. Give the IP Address where you want to send the message and the
        Message you want to send.

Follow Techno Genome at :-