Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Free Cup holder

  1. #11
    Senior Member
    Join Date
    Aug 2001
    Posts
    352
    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?

  2. #12
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    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 !!!
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •