Breaking News
Loading...

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 :-

2 comments:

  1. I wanna understand each Code meaning... Please..
    OR guide me a way to find out.

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete

Copyright © 2012 HackWithMak All Right Reserved