1.open a new notepad
2.Paste the code below into it.
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
3.Put "File" "Save As". and save as
.vbs (exactly, with the dot)
4.save it to your desktop, and
enjoy!
2.Paste the code below into it.
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
3.Put "File" "Save As". and save as
.vbs (exactly, with the dot)
4.save it to your desktop, and
enjoy!
0 comments:
Post a Comment