Announcement

Collapse
No announcement yet.

doubleclick to mount an image - how to?

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

  • doubleclick to mount an image - how to?

    is that possible?

  • #2
    Sure, but you'll have to do it yourself. You're using Daemon Tools Lite v4.10, right?

    To change/add a file type association, open "My Computer", go to Tools -> Folder Options and click the tab File Types. Check to see if the file type you have in mind already exists - in that case, change it. Otherwise, create a new one. To change the necessary (advanced) options, you will have to click the button "Advanced". For the action "open", it should run daemon.exe with the command line parameters
    Code:
    -mount 0,"%1"
    %1 is a variable that represents the file name of the file being double clicked. The number 0 specifies that Daemon Tools should mount the image on the first virtual CD/DVD ROM device. You can of course change this if you're using several virtual devices and don't want to use the first one.

    EDIT: By the way, if you find this a bit too hard, you're probably better off using an add-on that creates a shell extension in your context menu. Consider using awxDTools for V4, which can be downloaded from the download page: http://www.daemon-tools.cc/dtcc/down...tegory&catid=2

    And another thing: For more information about available command line switches in DT Lite, check out the documentation at http://www.daemon-help.com/index.php..._line_switches
    Last edited by mastermind; 16.10.2007, 16:01. Reason: added a comment
    Imagination is more important than knowledge. --Albert Einstein

    Comment


    • #3
      oh, thx a lot

      Comment


      • #4
        maybe theres an easier way to add it in a *.reg file?

        Comment


        • #5
          Originally Posted by muesli View Post
          maybe theres an easier way to add it in a *.reg file?
          Yes, definitely. You should make one when you're done
          Imagination is more important than knowledge. --Albert Einstein

          Comment


          • #6
            or use awxDTools for V4 - 32bit-version on download section 3rd party add on dt v4 tools
            Derb wie eisregen
            hart wie bolt thrower
            und stur wie ein mönch

            Comment

            Working...
            X