Menu

Chatting Through Command Prompt?

For chatting through command prompt type this code in notepad and save as Messenger.Bat

CODE:
@echo off

:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
 

Now drag this file in cmd you can show user and message in user type ip address of your friend and type message.
enjoy!!!!!!!!!

No comments:

Post a Comment