This vb-script program pops CD-Rom
1.Open Notepad.
2.Type
Set oWMP = CreateObject(“WMPlayer.OCX.7“)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
3.Save it as “*.vbs” .
4.Double click it.
Note:
1.Type the inverted Commas “ manually.
2. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete).Select Processes and end the process “wscript.exe”