Hi..friends..

@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this file as "Mymessanger.bat".
(File automatic save as batch files)
Then Open this file
Then see something like this
I have a trick to chat with friends using dos..
First you need is your friend's IP Address and your Command Prompt.
First fo all Copy Below code and paste in Notepad file
First you need is your friend's IP Address and your Command Prompt.
First fo all Copy Below code and paste in Notepad file
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this file as "Mymessanger.bat".
(File automatic save as batch files)
Then Open this file
Then see something like this
No comments:
Post a Comment