You want to know how you can mount image files directly from explorer?
Here it comes:
First we want to know what type of image file we want to mount (example: .cue)
Now we delete all entries to this filetype go to Tools>Folder Options>File Types and delete your filetype from the list.
Open register (run>regedit) and navigate to HKEY_LOCAL_MACHINE/SOFTWARE and right click Classes and select New Key from menu.
This key must be named after the file-extension of the image file you want to mount: example '.cue'.
Now you create another key within the key you just created and you call it 'shell'.
Now you create another key inside shell and name it 'Mount with Daemon Tools' (this is what you will see when you right click your file).
Inside this key you create another key named 'command'.
Now click on command and double click the default key in the right window.
Now you must insert some execution commands: EXAMPLE:
"C:\Program Files\Daemon Tools\daemon.exe" -mount 0,"%1"
"(path)" (command) (driver number),(filename+path="%1")
That's it! Now you can mount images with one click!
Help on commands? http://www.daemon-tools.cc/dtcc/daem...ndlineswitches
Here it comes:
First we want to know what type of image file we want to mount (example: .cue)
Now we delete all entries to this filetype go to Tools>Folder Options>File Types and delete your filetype from the list.
Open register (run>regedit) and navigate to HKEY_LOCAL_MACHINE/SOFTWARE and right click Classes and select New Key from menu.
This key must be named after the file-extension of the image file you want to mount: example '.cue'.
Now you create another key within the key you just created and you call it 'shell'.
Now you create another key inside shell and name it 'Mount with Daemon Tools' (this is what you will see when you right click your file).
Inside this key you create another key named 'command'.
Now click on command and double click the default key in the right window.
Now you must insert some execution commands: EXAMPLE:
"C:\Program Files\Daemon Tools\daemon.exe" -mount 0,"%1"
"(path)" (command) (driver number),(filename+path="%1")
That's it! Now you can mount images with one click!
Help on commands? http://www.daemon-tools.cc/dtcc/daem...ndlineswitches
Comment