English
| |
Command line integrationUsage: DTAgent.exe -[Command [options]] Commands-add Syntax: -add <type> <type>: "dt", "scsi" or "ide" Example: DTAgent.exe -add ide
-set_count Syntax: -set_count <type>,<n> <type>: "dt", "scsi" or "ide" <n>: number of virtual devices to be emulated Example: DTAgent.exe -set_count ide, 1
-mount Syntax: -mount <type>,<n>,<path> <type>: "dt", "scsi" or "ide" <n>: device number <path>: path to file Example: DTAgent.exe -mount ide, 0, "f:\test.iso"
Note 1: If <type> is not specified type will be automatically set to "dt". IDE adapter type is allowed only in Pro Advanced edition. -unmount Syntax: -unmount <type>,<n> <type>: "dt", "scsi" or "ide" <n>: device number Example: DTAgent.exe -unmount ide, 0
-unmount_all Syntax: -unmount_all Example: DTAgent.exe -unmount_all
-remove Syntax: -remove <type>,<n> <type>: "dt", "scsi" or "ide" <n>: device number Example: DTAgent.exe -remove ide, 0
-get_letter Syntax: -get_letter <type>,<n> <type>: "dt", "scsi" or "ide" <n>: device number Example: DTAgent.exe -get_letter ide, 1
-get_count Syntax: -get_count <type> <type>: "dt", "scsi" or "ide" Example: DTLite.exe -get_count scsi |
|
