Gadget - Software's - Online Tools - Windows Tricks - How to Video - Tutorials - Technology
notepad tricks (cd rom opener)
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 Next ' cdrom end if
No comments:
Post a Comment