how to open CD drive using notepad – notepad tricks

0



How to open CD drive using notepad

 



For the open CD drive using notepad just follow this step.
step 1 : open notepad

step 2 : copy the following code on 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
colCDROMs.Item(i).Eject
Next ' cdrom
end if
 



Step 3 : Save as a name.vbs
Step 4 : Run it
Step 5 : Can’t forgot to like & share with Friends…!!!
Share.

About Author

Leave A Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.