Saturday, 13 October 2012

Open Notepad continuously

Open Notepad continuously

Open Notepad.
Paste the following code in your notepad file:

@ECHO off

:top

START %SystemRoot%system32notepad.exe


GOTO top

Save the file with any name nut with .bat extension and close it.

No comments:

Post a Comment