- Back to Home »
- hacking , notepad »
- Open Notepad Continuously
Posted by : Unknown
March 16, 2014
Open Notepad Continuously
- Open Notepad.
- Paste the following code in your notepad file:
@ECHO off
:top
START c:\windows\notepad.exe
GOTO top
- Save the file with any name nut with .bat extension and close it.