Welcome to pctricksstuff.com for more updates like us on facebook

Pages

Labels

Wednesday 2 May 2012

Opening Notepad Continuously


Open Your Notepad Continuously



Open Notepad and Type the following code :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as abc.bat. After saving just double click on the file to execute the file.

By pasting above code in the notepad u will see that ur notepad is continuously opeaning.

Try this trick .

No comments:

Post a Comment