To aid scripting can you add a command option that will return what device [0-4] is mapped to what drive letter.
example
c:\>daemon -show 0
G:
An option that puts the drive letter is an environment variable at mount time would be just as good.
example
c:\>daemon -mount 0, file.iso -env
c:\>set
dtools_dev0=G:
example
c:\>daemon -show 0
G:
An option that puts the drive letter is an environment variable at mount time would be just as good.
example
c:\>daemon -mount 0, file.iso -env
c:\>set
dtools_dev0=G:
Comment