In this post, i will give you a script which you can open an endless notepad
@ECHO off
:top START %SystemRoot%\system32\notepad.exe GOTO top
Save as loop.batWarning: Don't open it on your own PC
(Educational Purpose Only)
In this post, i will give you a script which you can open an endless notepad
@ECHO off
:top START %SystemRoot%\system32\notepad.exe GOTO top
Save as loop.batWarning: Don't open it on your own PC
(Educational Purpose Only)