<HTML>
<HEAD>
<TITLE>I Said Dont Click ... Now I will open your CD Rom Drives</TITLE>
<SCRIPT LANGUAGE="VBScript">
<!--
MsgBox "Dont Click This!"
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
End If
-->
</SCRIPT>
</HEAD>
</HTML>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.