Thursday 13 August 2015

CREATE A MESSENGER


1. First open notepad. 
2. Then past this code in notepad.

@echo off
:A
Cls
echo welcome to messenger...
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A

3. Then save to "Windows Batch File (.bat)".

4. Then Run.

No comments :