Introduction: Funny, Easy Computer Pranks

Hi everyone!
Here is a fun, funny, and easy way to annoy your friends and family members by (harmlessly) messing with their computers. This one is a simple batch file that makes a message box pop up that says anything you want. The trick: no matter how many times you click OK, the message will never go away! Have fun!

Step 1: The Batch File

1: Open notepad (under Start > All Programs > Accesories > Notepad
Copy and paste these lines into Notepad:

@echo off
:top
msg * Insert your message here
goto top

Be sure to delete "insert your message here" and replace it with your own message!

Step 2: Saving the File

Go to File and click Save As.

First look at "Save as File Type" near the bottom. It should say "Text Documents". Change it to "All Files".

Type the name of your file into the "File Name" box, and be sure to end it with ".bat" instead of ".txt"

Save it to your "My Documents" folder.

Step 3: The Funny Part

Now, if you click on the batch file (which should look like a box with a gear inside it) in your Documents folder, the message should pop up. It will only go away if you restart the computer.

To make it begin automatically when you (or someone else) logs in, copy the file from the Documents folder.

Go to "My Computer", then go to:
Local Disk > Documents and Settings > (Username of Person you want to annoy) > Start Menu > Programs > Startup.

Paste the batch file  into the Startup folder.

Now it will run whenever they log in, and the person will never be able to find it! Mwahahaha!