Notepad Trick To Annoy people by Constantly Repeating Messages
Notepad Tricks

Notepad Trick To Annoy people by Constantly Repeating Messages

Today we are going to show you an interesting notepad trick Which lets you to Repeat your messages Constantly. By using this trick you can annoy your friends or anyone and can actually insist them to shutdown or log off their computers . Actually the code given below Generates an infinite cycle of messages in their computer , Which can’t be stopped . Follow the steps to annoy people by constantly repeating messages.

Step To Create A Program Which Generates Constantly Repeating Messages :

Step 1 : Open Notepad :


Click on your Start menu and Navigate to ” All Programs=>Accessories =>Notepad ” Or You can even Do it by typing notepad in your Run dialog box.

Step 2 : Copy And Paste :

Notepad Trick To Annoy people by Constantly Repeating Messages

Copy and paste the below given code to your notepad . Here you can change the messages by changing the code ” msg * Your message here ” .

Code :

@ECHO off
:Begin
msg * Hi Friend
msg * This system is designed by OnlineCmag
msg * Do you Like It ?
msg * Lets have some fun !
msg * Try To Close Me :-P
GOTO BEGIN

Step 3 : Save The File :

Notepad Trick To Annoy people by Constantly Repeating Messages

Save that notepad with a ” .bat ” extension i.e Something like ” OnlineCmag.bat ” . Set the save as type to ” All Files ” And the encoding to ” ANSI ” .

Step 4 : Execute That File :

Notepad Trick To Annoy people by Constantly Repeating Messages

Just open by file by double clicking on it and Have Fun .

 

Steps To Stop This Constantly Repeating Messages :

Step 1 : Right-Click on that File and select Edit Option .

Notepad Trick To Annoy people by Constantly Repeating Messages

 

Step 2 : Delete The Code :

Notepad Trick To Annoy people by Constantly Repeating Messages

 

Step 3 : Save The File Again :

Notepad Trick To Annoy people by Constantly Repeating Messages

 

That’s It. Now the code will run another loop and stops . I hope you all liked this trick , share your doubts in comments …

4 thoughts on “Notepad Trick To Annoy people by Constantly Repeating Messages

  1. egui says:

    Hi, Neat post. Thanx

  2. Lui Co says:

    Nice. Awesome Man.

  3. plup says:

    I am so happy to read this. This is the kind of manual that needs to be given and not the random misinformation that is at the other blogs. Appreciate your sharing this best doc.

  4. corburt erilio says:

    Interesting Tricks

Leave a Reply

Your email address will not be published. Required fields are marked *