Search Content On This Blog

Search Box by Windows Solutions

Trick to Open Notepad continuously

Trick to Open Notepad continuously



  • 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.
Now open the file and see how it annoys you by opening notepad again and again.