English
| |
Command line integrationUsage: DTProAgent.exe -[Command [options]] Commands-mount Syntax: -mount <type>,<n>,<path> <type>: "scsi" or "ide" <n>: device number <path>: path to file Example: DTProAgent.exe -mount ide, 0, "f:\test.iso"
Note 1: If <type> is not specified type will be automatically set to "scsi". IDE adapter type is allowed only in Pro Advanced edition. -unmount Syntax: -unmount <type>,<n> <type>: "scsi" or "ide" <n>: device number Example: DTProAgent.exe -unmount ide, 0
-add Syntax: -add <type> <type>: "scsi" or "ide" Example: DTProAgent.exe -add ide
-remove Syntax: -remove <type>,<n> <type>: "scsi" or "ide" <n>: device number Example: DTProAgent.exe -remove ide, 0
-unmount_all -get_letter Syntax: -get_letter <type>,<n> <type>: "scsi" or "ide" <n>: device number Example: DTProAgent.exe -get_letter ide, 1
-get_count -set_count Syntax: -set_count <type>,<n> <type>: "scsi" or "ide" <n>: number of virtual devices to be emulated Example: DTProAgent.exe -set_count ide, 1 You can use all of these parameters in batch files: DTProAgent.exe -get_count echo %errorlevel% %errorlevel% environment variable will contain the operation result. |
|
|
