Copy the following code in note pad and save it with extension anjali.vbs
just try this once
'code start from here:-
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
'code end from here
to end it go to taskmanager then
processes tab then end the wscriptt
VBS tips with notpad
Pratik K (Student) (3406 Points)
18 January 2009