Somebody stop Me..

This is another cool notepad tricks to play with your friends, 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 “non-stop.bat”
Just do it in your friends computer & make them frustrate
Note :– This may even lead to hanging of some computers..!!

No comments:

Post a Comment