- Back to Home »
- Notepad Tricks »
- Trick To Constantly Repeat Messages On Desktop
Saturday, February 1, 2014
Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !
- Open Notepad.
- Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
- Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !