Hello visitor ?
Today I will give you a tutorial on CMD chating.
First open your notepad and enter these code bellow :
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now File >Save as and save the file as Messenger.bat. Remember the file extention must be .bat
Follow the picture :
Now open the .bat file with CMD.
You will see a window like this :
Now type your friend's ip address after "User:" to connect with him/her.
Now after Message: type your message you like to send him.
Here I Give you a exemple:
0 comments:
Post a Comment