Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

do Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROM = oWMP.cdromCollection if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).

Eject Next ' cdrom End if loop

You might also like