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
@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.
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