Script to Eject CD Drive Continuously
open notepad and type the following :-▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
do
colCDROMs.Item(i).Eject
wscript.sleep 2000
loop
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
Save it as anyname.vbs
This Script will continuously open the CD Rom Drive :-
I wanna understand each Code meaning... Please..
ReplyDeleteOR guide me a way to find out.
This comment has been removed by a blog administrator.
ReplyDelete