By using this simple code given below you can make the notepad open continuously with non stop..
Open notepad & type the following code given below :-
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
save the file as “anyname.bat”
But this may even lead to hanging of some computers.
To stop this you have to close the running cmd screen.