Chat with Friends through CMD

6 comments

I think that you know about cmd, MS-DOS. So users of Linux know terminal and they use it often, because Linux users do actions  with commands, but Windows users don't use very often cmd. Now in this post i will show you how to start chatting with friend through cmd. That's very easy, just follow to next steps.

1.Open text document and past in code given below.


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



2. Now from File menu choose Save as and save it messenger.bat.
3. After that open cmd and drag that file over cmd and hit enter.
4. After you need to type your friend computer ip address and hit enter.
5. And now type your message you want to send it to your friend and again hit enter.
That's it, now you can chat with friend through MS-DOS.

6 comments :

  1. Thanks,bro
    I am learning MS-DOS.

    ReplyDelete
    Replies
    1. Mc Coy thanks for your good feedback!
      And your welcome :)

      Delete
  2. Hy thnkx, but i try it in my pc with my other pc and he does not work :''( help me
    -- i choice i drague the meessenger.bat in cmd and i right the ip
    after when i right the message he told me presse any key to continue , i press i clique enter and i not received in the other pc
    WHY ???

    ReplyDelete
    Replies
    1. Maybe its using same ip address. Or run it as administrator!

      Delete
  3. Does not work in windows 8.1...
    There is no such command like "net send" in the cmd.
    Please help

    ReplyDelete
    Replies
    1. Read post again! You need to paste that code on notepad.

      Delete