Thursday, April 17, 2014

Open The Notepad Continuously (With Pics)

In this Notepad trick,Notepad will open continuously again and again.It can be use as a virus.

1.Open Notepad.
Right Click and Select New

New Notepad Open
2.Paste the following code in your Notepad.
   @ECHO off
    :top
    START %SystemRoot%\system32\notepad.exe
    GOTO top
Paste The Code


3.Save the file with any name as you like with .bat extension and close it.


Save File with ".bat" Extension

No comments:

Post a Comment