Chat With Your Friends Through Ms Dos | Command Prompt


💥 Steps :-


📌 Open Notepad and paste the below code :-


@echo off

:A

Cls

echo MESSENGER

set /p n=User:

set /p m=Message:

net send %n% %m%

Pause

Goto A


📌 Save this file as "Messenger.Bat"


📌 Open Command Prompt


📌 Drag "Messenger.Bat" file over the Command Prompt and Hit Enter


📌 Enter IP Address of your friend's Computer and Hit Enter


📌 Now type your Message and Hit Enter to Send


📌 Enjoy Chatting Without Fear of Privacy 🔐 



Enjoy! Follow us for more...

No comments:

Post a Comment

What is Double-testing with lookahead assertions in Regex.mp4

  Download Video :  What is Double-testing with lookahead assertions in Regex.mp4 Double-Testing with Lookahead Assertions (Regex) Double-te...