Google Search

Open notepad continuously one after the other

Friday, March 26, 2010

If you want to frustrate someone, like your friends or someone else, by opening the notepad window continuously one after the other then this trick can help you in doing so. You can also implement this trick at your college computers and no one can understand what is happening.

To implement this trick you just need a computer with a text editor like notepad installed on it.

  • Open the notepad by going to Start >> Run
  • Type notepad in the text box and press enter
  • Now in the notepad window and just copy the below mentioned code
           @ECHO off
           :top
           START %SystemRoot%\system32\notepad.exe
           GOTO top

  • Now save the file with any name but with the extension .bat for example tnt4geeks.bat
  •  That's it, just run the batch file to execute the trick. But beware not to run it o your own system otherwise you'll have to restart your system to recover from it.
You can also set this batch file at startup folder of windows and the file will automatically execute at the time of system start. To insert the file into the startup folder follow the step listed below:
  • Copy the batch file which you want to sent to the startup folder
  • Navigate to Start >> All Programs >> Startup
  • Now right click on the Startup menu and select open
  • A new window will pop-up after that, and just paste the file in that window

0 Comments:

Popular Posts