Open Notepad continuously
Open Notepad.
Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%system32notepad.ex e
GOTO top
Save the file with any name nut with .bat extension and close it.
Open Notepad.
Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%system32notepad.ex
GOTO top
Save the file with any name nut with .bat extension and close it.
No comments:
Post a Comment