cd-rom detect drive letter.....PLEASE HELP

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default cd-rom detect drive letter.....PLEASE HELP

    Hi all,

    I am on windows. I have an interactive cd with menu buttons at the start. Pretty simple all I want to do is detect what letter the cd drive is when the user loads it on their cd drive, because on other windows machines the cd drive is not always D:\

    Then when I find this letter how do I open up one of the folders contained on the CD in a window (after user pushes a button) . Is it something like open "?:\myfiles " PLEASE HELP!!!

    Ta

    JesterX



    jesterx webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. how to refer to a cd drive by name rather than drive letter.
      I want to set a hyperlink to a known cd rom drive name. My link works when I use a drive letter. But if I change the drive letter to the CD drive...
    2. please help!! cd rom drive path letter
      Hi all, I am on windows. I have an interactive cd with menu buttons at the start. Pretty simple all I want to do is detect what letter the cd drive...
    3. assign new letter to drive in Win32?
      Hi... I was hoping to use Perl to invoke the MS utility "diskpart" to script some disk management, especially in order to rename drives and...
    4. Get UNC From drive letter
      I am trying to copy a file that is selected by the user to be a folder on the server. PLEASE NOTE: 1. The file is on a map drive, which is...
    5. Drive letter of Boot Disk
      I have install a WindowsXP home edition with a MemoryCardReader connected. That cause the Basic HDD becomes "H:". I tried to change it to "C:" by...
  3. #2

    Default Re: cd-rom detect drive letter.....PLEASE HELP

    It's easy to determine the Drive letter the director file is running
    from, it's the first character of the pathname.

    To find the CD when running off a hard drive, you can one of several
    xtras, including I think, bussyAPI and FileXtra4, both are free to use
    for the first few functions used.
    JB Guest

  4. #3

    Default Re: cd-rom detect drive letter.....PLEASE HELP

    Further to this, what jesterX may be looking for is:

    the moviePath

    eg.
    open the moviePath

    should (on windows) open an explorer window at that address.... therefore
    doesn't matter where the director file is, it should open up the current
    folder.

    Adam

    "JB" <lingoguy@sbcglobal.net> wrote in message
    news:lingoguy-443ABD.17401810122003@forums.macromedia.com...
    > It's easy to determine the Drive letter the director file is running
    > from, it's the first character of the pathname.
    >
    > To find the CD when running off a hard drive, you can one of several
    > xtras, including I think, bussyAPI and FileXtra4, both are free to use
    > for the first few functions used.

    Adam Royle Guest

  5. #4

    Default Re: cd-rom detect drive letter.....PLEASE HELP

    thanks you guys i will try this out

    ta

    Jesterx



    jesterx webforumsuser@macromedia.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139