Open Notepad Continually

Just type this code in notepad and save it as .bat extension and run it:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top 

 
Designed and Maintained by