Search This Blog

Thursday, 16 July 2015

How to chat with cmd or command prompt



             Hi everyone today I will show you how to make chat with cmd .

          First open Notepad and write this

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

      and then save as "Messenger.bat" and close the Notepad

    when you open the file Messenger it will open the command prompt.

Messenger
User:

after "User" write the ip of the computer you want to contact and then press enter.

  and then you can start the chat with him.

No comments:

Post a Comment

Powered By Blogger