No matter how many times you click OK, the message will never go away! How cool is that!
This is a funny and easy trick 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.
Step 1: The Batch File
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
Now this is important. All the notepad file are saved as ".txt" files but you have to make a change. You will have to save it as a batch file instead of a text file. For this simply write '.bat' after the filename. For example you can keep the file name - name.bat or anything.bat. Type the name of your file into the "File Name" box, and be sure to end it with '.bat'. Write '.bat' instead of '.txt' after the name.
Now save it anywhere you want to.
Step 3: The Funny Part
If you click on the batch file (which should look like a box with a gear inside it) the message should pop up. It will only go away if you restart the computer.
To begin it automatically when you (or someone else) logs in, copy the file Go to "My Computer" and 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! :D
This is a funny and easy trick 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.
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
Now this is important. All the notepad file are saved as ".txt" files but you have to make a change. You will have to save it as a batch file instead of a text file. For this simply write '.bat' after the filename. For example you can keep the file name - name.bat or anything.bat. Type the name of your file into the "File Name" box, and be sure to end it with '.bat'. Write '.bat' instead of '.txt' after the name.
Now save it anywhere you want to.
Step 3: The Funny Part
If you click on the batch file (which should look like a box with a gear inside it) the message should pop up. It will only go away if you restart the computer.
To begin it automatically when you (or someone else) logs in, copy the file Go to "My Computer" and 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! :D