Announcement

Collapse
No announcement yet.

Drop Window

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

  • Drop Window

    It would be cool to have on left mouse click on taskbar icon activate a drop in window.


    just a sugestion

    .me

  • #2
    right-click .cue-file menu

    Hi there

    I have made the following .reg file to add some entries to the right-click menu of a .cue file in windows. It should be quite easy to adopt it to the othe formats supported by d-tools.

    the entries are:
    mount0 - mount3 which mount the current .cue file at that drive
    unmount0 - unmount3 (take a wild guess)

    the script expects d-tools to be in your path

    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\Mount1\command]
    @="daemon.exe -mount 1,\"%L\""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\Mount2]
    @="Mount device &2"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\Mount2\command]
    @="daemon.exe -mount 2,\"%L\""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\Mount3]
    @="Mount device &3"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\Mount3\command]
    @="daemon.exe -mount 3,\"%L\""
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount0]
    @="Unmount device 0"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount0\command]
    @="daemon.exe -unmount 0"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount1]
    @="Unmount device 1"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount1\command]
    @="daemon.exe -unmount 1"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount2]
    @="Unmount device 2"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount2\command]
    @="daemon.exe -unmount 2"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount3]
    @="Unmount device 3"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.cue\shell\UnMount3\command]
    @="daemon.exe -unmount 3"
    I think it would be really cool if it was somehow possible to see which drives where actually mounted at the moment...

    Comment


    • #3
      Yeh! Cool

      This should work ))

      thanks!

      Comment


      • #4
        If you like right-click mounting via Explorer check out awxDTools or FastMount in our download section.
        Everybody be cool! You, be cool!
        They'll keep fighting! And they'll win!

        Comment


        • #5
          Cool, thanks!
          for sure!

          Comment

          Working...
          X