In the explorer-list of files I want to pick one of the iso-files an drag'n'drop it on an Icon "Daemontools"... But as this doesn't work with the Tray icon I was doing it with a batch
start daemon.exe -unmount 0
START daemon.exe -mount 0, "%1"
But: there is no uppercase C:\ sent to the commandline. It always comes as lowercase c:\! And that doesn't work.
Is there anybody out there with a solution - this is just a workaround and it's bad.
Thank you..
start daemon.exe -unmount 0
START daemon.exe -mount 0, "%1"
But: there is no uppercase C:\ sent to the commandline. It always comes as lowercase c:\! And that doesn't work.
Is there anybody out there with a solution - this is just a workaround and it's bad.
Thank you..
Comment