Open Your Notepad Continuously
Open Notepad and Type the following code :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as abc.bat. After saving just double click on the file to execute the file.
By pasting above code in the notepad u will see that ur notepad is continuously opeaning.
Try this trick .
No comments:
Post a Comment