I'm looking for one of two things.... 1.. I need to know where to locate the system registry key that tells me where Daemon Tools is installed too... so I can ethier set it up in the program I am using or option... 2..if possible... create a batch file that grabs the install DIR from system registry.. then launch it...I've created a simple batch file...
"c:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"image.cue"
But you have to have the full path listed for it too work.
I would rather have it grab the needed path from the registry.
"c:\Program Files\DAEMON Tools\daemon.exe" -mount 0,"image.cue"
But you have to have the full path listed for it too work.
I would rather have it grab the needed path from the registry.
Comment