Friday 11 October 2013

Infinite Notepad Trick



    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.

0 comments:

Post a Comment