All pastes #2115464 Raw Edit

Stuff

public text v1 · immutable
#2115464 ·published 2012-02-09 19:46 UTC
rendered paste body
MsgBox "In Out In Out Shake it all about" ,15, "M0n0p0ly says"
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 100
loop