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

How to make Hash objects with $H() function in JavaScript.mp4

 In JavaScript, you can create hash-like objects using the $H() function, which is commonly associated with the Prototype.js framework. How...