Announcement

Collapse
No announcement yet.

Drag'n'drop the iso-files

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

  • Drag'n'drop the iso-files

    In the explorer-list of files I want to pick one of the iso-files an drag'n'drop it on an Icon "Daemontools"... But as this doesn't work with the Tray icon I was doing it with a batch

    start daemon.exe -unmount 0
    START daemon.exe -mount 0, "%1"

    But: there is no uppercase C:\ sent to the commandline. It always comes as lowercase c:\! And that doesn't work.

    Is there anybody out there with a solution - this is just a workaround and it's bad.

    Thank you..

  • #2
    I found a little tool you can try it, it supports drap&drop, but it's german:
    http://www.daemon-tools.cc/dtcc/showthread.php?t=9081
    d-load:
    http://www.student.uni-augsburg.de/~holderch/DTtool.zip
    Heaven Can Wait -- My Band-Page

    Comment


    • #3
      Thank you, this is a nice tool. But it needs to be running to work. What I need is an interpreter for a drag'n'drop procedure to pass the correct parameters to daemon-tools.

      this batch works fine - but only for D-Tools version < 3.47:

      c:
      cd \programs\d-tools\ (matter of change)
      start daemon.exe -unmount 0
      START daemon.exe -mount 0, "%1"

      and it works with iso-images on hd-drives different from c:!

      Comment

      Working...
      X