How to make chat with command prompt (CMD)
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
Step 1:
when you open the file Messenger it will open the command prompt
whit this.
Messenger
User:
after "User" write the ip of the computer you want to contact and then press enter.
whit this.
Messenger
User:
after "User" write the ip of the computer you want to contact and then press enter.
0 comments:
Post a Comment