Open CD Driver
|
Open CD Driver
Submitted May 28, 2011 by sam14
0 comments, 1074 downloads 1 vote |
|
I've made this file to help you open your CD driver! If you have a PC, u might also like this to close your CD Driver... write it on Notepad and save as a .vbs file
Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
End If
that is it... thank you!
Download File! - More by sam14
Set oWMP = createObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
colCDROMs.Item(i).Eject
Next ' cdrom
End If
that is it... thank you!
Download File! - More by sam14
Sponsored Links
About the Author
sam14
i started with Windows themes, then addons for RocketDock and now im writing programs for Windows, and hopefully ill be sending my future programs!
u can call me Sam14...
http://wik.vc/win
Leave Comment