-
a related point to zombie's reply, what would happen if you had say... a couple of virtual clonedrives set up for clonecd?
they act as dvd-rom drives on my version of it, would it still work with a dvd drive anyway and if so what would happen to my clone drives?
-
mrleachy, I havn't tried.. but I think they eject (unmount the image)..
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>
that's the script for ya.. I just pasted it in a txt file and named it .jpg and tada it works..
I'd bet you could do this with more malicious code too !!!