Installer version ImgDrive 1.7.2
Portable version ImgDrive 1.7.2 x64
command line for scripting
mount: ImgDrive.exe -m:X image_file_path
unmount: ImgDrive.exe -u:X
// mount to the first available drive
ImgDrive.exe -m image_file_path
// unmount all
ImgDrive.exe -u
replace X with a drive letter (A-Z) or a unit number (0-7)
For example:
// Mount d:\tst.iso to the first unit
ImgDrive.exe -m:0 d:\tst.iso
// Mount d:\tst.iso to drive E
ImgDrive.exe -m:e d:\tst.iso
// Unmount the first unit
ImgDrive.exe -u:0
// Unmount drive E
ImgDrive.exe -u:e