How to Open CDROM Drive using notepad

 This is a .vbs script that will pop open you CD drive.

copy paste this code to notepad

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

then save it to whateveryouwant.vbs then double click the files.
You might also like:

0 comments:

Post a Comment

 

PC Mediks Copyright © 2009 BeMagazine Blogger Template is Designed by Blogger Template