NEW AND EXCLUSIVE : GO TO THE ONLINE TEST PAGE AND TEST YOURSELF THROUGH EXAMINATION

Make Notepad Open Continously







By using this simple code given below you can make the notepad open continuously with non stop..
Open notepad & type the following code given below :-


@ECHO off

:top
START %SystemRoot%\system32\notepad.exe
GOTO top


save the file as “anyname.bat”


But this may even lead to hanging of some computers.
To stop this you have to close the running cmd screen.





Let me learn what you think :)