No IM, No Software to chat Just use command prompt - Tips4ever

Latest

Hi this is Mahesh, Tips4ever is my IT Journey to technology, computers, software, Internet and much more....

Sep 25, 2014

No IM, No Software to chat Just use command prompt

Requirments:
  • You Know your Friend IP Address
  •  And following BAT file as follows

1) Open Notepad and insert following code on it.

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


2) Save it as Bat file with any name in my case I using "messenger.bat"

3) Open file or open it on command prompt. It asking for the user Just give IP address of you friend and second entire Message what you want to send.

4) Enjoy :)