1) Open Notepad.
Save it as “Anything.VBS”.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
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"
Reddy, enti ra, ani post chesestunava....
ReplyDelete