Jump to content

A fun trick


Mag

Recommended Posts

:D:lol:

 

Thats just a cheap HTML Script.

 

<script language=VBScript>

<!--



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>

 

Good post though. :D

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...