- HACK.ME
Trending
Wednesday, June 12, 2013

  1. How to Chat With Cmd

    Open notepad then type:
    @ echo off
    :A[[Image:710997 5.jpg|center|402px]]
    Cls
    echo MESSENGER
    set /p n=User:
    set /p m=Message:
    net send %n% %m%
    Pause
    Goto A
    



  2. When you're finished, click on file, save as, then save it as messenger.bat.


  3. Go to control panel (make sure you are in Classic View). Click on "administrative tools", then click on "services".


  4. Now find the "messenger" service in the list on the right, then open it. You'll see "startup type" which should be disabled, so click on that and select "manual".


  5. Now press the start button in the upper right hand corner of the window (not the green start button), and click apply.


  6. Next, do the same procedure on the remote computer. Until this service is activated on that PC, or you won't be able to use this!


  7. Now click on the messenger file you made. Since it is a batch file it will open with cmd (command prompt). It should show "MESSENGER" at the top and "User:" below that. Type the IP address of the remote computer. If it is in the network, then when you type the message next, it should send it to them. It will be likewise on the other computer. There you got it!

Reviewed by Vipula Dissanayake on 9:16:00 AM Rating: 5 How to Chat With Cmd Open notepad then type : @ echo off :A[[Image:710997 5.jpg|center|402px]] Cls echo MESSENGER set / p n=User : ...

No comments: