FEOA Forums banner
1 - 7 of 7 Posts

· Registered
Joined
·
2,623 Posts
LMAO!!

awesome scripting!!

MsgBox "Click here to recieve a free cup holder",64,"Your free Cup holder"
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
 

· Registered
Joined
·
2,125 Posts
Hrm..

I got two for the price of one.

Have my headphones on listing to some They Might be Giants and I was waiting for the rest of the screen to load... then it occured to me what might have happened, so I looked down and saw both of my new cupholders... nice. Thanks!
 
1 - 7 of 7 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top