Computer tricks
HOME
INTERNET TRICKS
CONTACT US
Thursday, 13 August 2015
CREATE A MESSENGER
1. First open n
otepad.
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 :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment