like us on facebook

Followers

Wednesday, 21 September 2011

Continuously POP The CD/DVD Drive-notepad trick

Its Just Funny Notepad Trick . Follow the Simple Steps to do it :

1) Open Notepad.
2) Copy the code given below onto the notepad file:


Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If


Save it as “Anything.VBS”.
3) Now Open this File and See the magic!
This file will continuously force the CD/DVD Drive to pop out! And If you have more than one then it pops out all of them .


Note: to stop that open taskmanager and end theprocess of "wscript.exe"

1 comment: