- Open Notepad.
- Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
- Save the file with any name nut with .bat extension and close it.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
0 comments:
Post a Comment