Chat with Friends through CMD
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.
Subscribe to:
Post Comments
(
Atom
)
Thanks,bro
ReplyDeleteI am learning MS-DOS.
Mc Coy thanks for your good feedback!
DeleteAnd your welcome :)
Hy thnkx, but i try it in my pc with my other pc and he does not work :''( help me
ReplyDelete-- 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 ???
Maybe its using same ip address. Or run it as administrator!
DeleteDoes not work in windows 8.1...
ReplyDeleteThere is no such command like "net send" in the cmd.
Please help
Read post again! You need to paste that code on notepad.
Delete