Open CD/DVD Rom From Desktop - In the past, when I started to start blogging, many thoughts disturbed me. I want to have a blog with a nice and interesting look. I am constantly looking for basic tutorials from some web and blogs on the internet. And thankfully, one by one I started to do it, and of course have to go through some confusion process first, but the most important of a blog that is content, yes on the blog
Innaz Review we will discuss a lot of information about gadgets that are very in need by you, now we will discuss first about Open CD/DVD Rom From Desktop please refer to the information we will convey until completion:
Articles :
Open CD/DVD Rom From Desktop
full Link :
Open CD/DVD Rom From Desktop
Article Windows,
You can also see our article on:
Open CD/DVD Rom From Desktop
This is simple script that let you open your CD/DVD Rom directly from your desktop. Follow below steps to do this :
- Open Notepad and copy below codes in to it.
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 ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
- Save the file as ejectcd.vbs and you will similar icon as below
- Double click this saved file and it will eject you cd rom.
- To stop this script go to Task manager > Process and search for wscript.exe and click on END Process as shown in below image.
0 komentar:
Posting Komentar