A batch program to open the notepad file continuously

Minggu, 01 April 2012

Share This Article On :
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.


How this Program working:
Here ":top" is label. Label is like an address for someone.
"GOTO" gives simple meaning as go to that place. Means we are saying that go to the top label.
"START" code will start the exe file which is in that path.

Tidak ada komentar:

Posting Komentar

 
© Copyright 2010-2011 Media Pengetahuan All Rights Reserved.
Template Design by Herdiansyah Hamzah | Published by Borneo Templates | Powered by Blogger.com.