Announcement

Collapse
No announcement yet.

autoload an iso when double clicked?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • autoload an iso when double clicked?

    Are there any ways of making this happen? I need the program to load the image when I double click on it. In this case it is impossible for me to take use of the command "-mount 0,''".

    Anyone?

  • #2
    3rd Party Addons

    Yes, there are ways. See Downloads, 3rd Party Addons section. Listed are: awxDTools, FastMount, MountDaemon, DaeMount, etc.
    the modern world:
    net helpmsg 4006

    Comment


    • #3
      Registry

      ---------------------------------------------------
      Windows Registry Editor Version 5.00

      [HKEY_CLASSES_ROOT\.iso]
      @="iso_file"

      [HKEY_CLASSES_ROOT\iso_file]
      @="iso file"

      [HKEY_CLASSES_ROOT\iso_file\shell]
      @="open"

      [HKEY_CLASSES_ROOT\iso_file\shell\open]

      [HKEY_CLASSES_ROOT\iso_file\shell\open\command]
      @="C:\\PROGRAMME\\D-Tools\\daemon.exe -mount 0,\"%1\""
      ---------------------------------------------------

      Hi there!

      THIS will fit your needs. Save as .reg, d-click it and off you go!
      Mounty Bob strikes back

      Comment


      • #4
        Re: Registry

        Originally Posted by CongoMan
        ---------------------------------------------------
        Windows Registry Editor Version 5.00

        [HKEY_CLASSES_ROOT\.iso]
        @="iso_file"

        [HKEY_CLASSES_ROOT\iso_file]
        @="iso file"

        [HKEY_CLASSES_ROOT\iso_file\shell]
        @="open"

        [HKEY_CLASSES_ROOT\iso_file\shell\open]

        [HKEY_CLASSES_ROOT\iso_file\shell\open\command]
        @="C:\\PROGRAMME\\D-Tools\\daemon.exe -mount 0,\"%1\""
        ---------------------------------------------------

        Hi there!

        THIS will fit your needs. Save as .reg, d-click it and off you go!
        Alright, that would do the trick. But if I change .iso to .img (for .img files) it doesn't work! It just say "error in command line". Why?

        Comment


        • #5
          Windows Registry Editor Version 5.00

          [HKEY_CLASSES_ROOT\*\Shell]

          [HKEY_CLASSES_ROOT\*\Shell\Mount]

          [HKEY_CLASSES_ROOT\*\Shell\Mount\Command]
          @="d:\\d-tools\\daemon.exe -mount 0,\"%1\""

          [HKEY_CLASSES_ROOT\*\Shell\Unmount]

          [HKEY_CLASSES_ROOT\*\Shell\Unmount\Command]
          @="d:\\d-tools\\daemon.exe -unmount 0"

          this is the one I use, so in the right click menu, if no programs associate with img, iso etc, you may double click to mount.

          Comment


          • #6
            Originally Posted by zdfz
            Windows Registry Editor Version 5.00

            [HKEY_CLASSES_ROOT\*\Shell]

            [HKEY_CLASSES_ROOT\*\Shell\Mount]

            [HKEY_CLASSES_ROOT\*\Shell\Mount\Command]
            @="d:\\d-tools\\daemon.exe -mount 0,\"%1\""

            [HKEY_CLASSES_ROOT\*\Shell\Unmount]

            [HKEY_CLASSES_ROOT\*\Shell\Unmount\Command]
            @="d:\\d-tools\\daemon.exe -unmount 0"

            this is the one I use, so in the right click menu, if no programs associate with img, iso etc, you may double click to mount.
            well, I still get the error message from *.img files

            EDIT: and if a file isn't associated with anything, I get the regular "select program" list...

            Comment


            • #7
              Just use FastMount 2, works great (also with IMG files)

              Comment


              • #8
                3rd Party Addons

                BrianWarming, thanks for making a recommendation. I just want to point out that FastMount v2.0.1.82 is also hosted on the DAEMON Tools website (if anyone wants to download it):

                the modern world:
                net helpmsg 4006

                Comment


                • #9
                  Excellent! Fastmount 2 works perfectly! The only trouble now is, somehow the 'auto-insert' function in windows is disabled. Anyone know how to enable it? (options @ cd-rom doesn't work).

                  Comment

                  Working...
                  X