English
| |
Command Line ParametersUsage: DTLite.exe -[Command [options]] Commands
Syntax: -add Example: "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -add Decrements number of devices, returns number of virtual devices or -1 if error.
Syntax: -remove <n>
<n>: device number('0' - '3' allowed)
Example: "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -remove 0
Unmounts all currently mounted images, returns 0 in case operation's result is OK or -1 in case it is FAILED. Get a letter assigned to a virtual device. Returns a letter number (0-A,1-B,2-C etc.) in case of success or -1 if any error occurred.
Syntax: -get_letter <n>
<n>: device number('0' - '3' allowed)
Example:"C:\Program Files\DAEMON Tools Lite\DTLite.exe" -get_letter 1
Get number of virtual devices, returns devices quantity or -1 in case of error. Emulate number of virtual devices, returns 0 in case of successful operation result or -1 in case of error.
Syntax: -set_count <n>
<n>: device number('0' - '3' allowed)
Example: "C:\Program Files\DAEMON Tools Lite\DTLite.exe" -set_count 1
You can use all of these parameters in batch files: DTLite.exe -get_count echo %errorlevel% %errorlevel% environment variable will contain exit code. |
|
|
