View Single Post
  #2  
Old 04-12-2004, 14:40
MaPomme's Avatar
MaPomme MaPomme is offline
Member
 
Join Date: Dec 2004
Location: belgium
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
MaPomme is on a distinguished road
Registry files for Daemon Tools and mini-images

Registry files for Daemon Tools and mini-images

As a sample, here is a registry file "Daemon.reg" I'm using. When I want to mount or unmount a cue file image, I just right click on it and choose "Mount the image" or "Unmount the image".

-----------------------------
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\.cue]
@="Cue File"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Cue File\Shell\DaemonMount]
@="Mount the image"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Cue File\Shell\DaemonMount\command]
@="\"C:\\Progam Files\\Daemon Tools\\Daemon.exe\" -mount 0,\"%1\""

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Cue File\Shell\DaemonUnmount]
@="Unmount the image"

[HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\Cue File\Shell\DaemonUnmount\command]
@="C:\\Progam Files\\Daemon Tools\\Daemon.exe -unmount 0"

-----------------------------

To use this file, you must edit the path for Daemon.exe following your configuration. Then save the file as "Daemon.reg" and double-click on it.

You can do the same for .iso, .mds and so on files.

I think the shell integration (the right click) is the (only ?) strength of the Windows OS.

And mini-images ARE NoCDs, in fact they are often the BETTER noCDs, because there is no patch.

Bonjour chez vous,

Ma Pomme
Reply With Quote