@rishi0922-a2xTAa
•
Oct 22, 2024
Oct 22, 2024
1.1K
Unicode
open notepad and type:
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 ‘...