Eject CD ROOM Again N Again Without Pushing Any Key/Button
Eject CD ROOM Again N Again Without Pushing Any Key/Button

Eject CD Room Again and Again without pushing any Button





File Size = 277 B
OS = Window XP / Vista / 7 / 8 / 8.1

Download File Form the above link  OR 
1- Open Notepad
2- Copy the below code and past it on the notepad and save this file as a .vbs format like (cdeject.vbs) 
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

Post a Comment

Thanks for your feedback

 
Top