A batch program to open the notepad file continuously !

by 6:56 AM 0 comments
Hi friends, As usual today also i am going to give you simple batch program to open the notepad continuously. This is not at all going to harmful. But be careful.

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

Open the Notepad and paste this code.

Save the file with .bat extension(for eg: notepadhack.bat).

Now double clicking the file will open the notepad continuously.

Try this in your college or school system.

Or send to your enemies.

Unknown

Developer

We Looked in the Face Of Truth As iT Told Us Lies

0 comments:

Post a Comment