Friday, August 9, 2013

USE CMD AS YOUR MESSENGER.

CHAT WITH YOUR FRIEND WITH CMD.

hey friends, Today I am going to teach you how to chat with CMD. ENJOY IT!.
  1. Type the following code exactly in notepad.
  2. @echo off

    :A

    Cls

    echo MESSENGER

    set /p n=User:

    set /p m=Message:

    net send %n% %m%

    pause

    goto A


  3. Save this file as Messenger.bat.
  4. Open CMD and DRAG the messenger.bet to it and enjoy chatting with cmd.

No comments:

Post a Comment