Saturday, February 18, 2012

Continuously pop out CD or DVD Drive:..

Open Notepad and Type the following code:

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 abc.vbs. After saving just double click on the file to execute the file. You can also send the file to your friends and ask them to open it.

1 comment:

  1. Get the premium software absolutely free on below site.
    http://hacktonic.blogspot.com/
    Enjoy!!!

    ReplyDelete