• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Link needed, any link

Steve

Lifer
I think you know what I mean 😉 Anyway I have seven optical drives (all SCSI) and I want to see what all of them opening at once is like.


I have four burners in an external caddy, and I just burned four duplicates of a CD. When they were done they all opened at once. That's what prompted this.
 
yes

Here is the code:

<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>



if you have XP SP2 installed I seriously doubt it will work since it is activex based

the trick is like 2 years old i think, pretty sure there are patches that fixed it
 
Originally posted by: sm8000
I delete the first and last lines, but it still errors.


Also, does WMP7 need to be installed?

windows may hate you, but please post linky of desktop.

Thank you.
 
Originally posted by: MercenaryForHire
Fullsize unedited pic of your desktop wallpaper plz. 😛

- M4H

me too!

and you may be able to edit the

if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1

lines to get it to do them all at once, but i'm not a scripting professional so i'm not sure
 
Back
Top