Saturday, 7 December 2013

Crazy Notepad Trick To Continuosly Popout CD Tray


Crazy Notepad Trick To Continuosly Popout CD Tray

It’s a very crazy trick to confuse your friends .Continuously pop out your friend’s CD Drive. If he/she has more than one, it pop out all of them! To do this follow this steps given below.

Step 1. 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



Step 2. Now, 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.


Type the inverted Commas “ manually by typing through the keyboard.


Double click it if you wanna see it working. It’s 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”.

0 comments:

Post a Comment