ImgDrive command line version

2022-06-19

Download ImgDriveConsole_x64.exe
Download ImgDriveConsole_x86.exe

We make a special console version of ImgDrive which doesn't have main GUI, it may suitable for automation.

Command Line

-m[:drive letter or drive ID] image_file_path
    mount image_file_path to the specified driver, if no drive letter/ID specified, used the first available one.

-u[:drive letter or drive ID]
    unmount, if no drive letter/ID number specified, unmount all drives.

-u image_file_path
    unmount drive which had mounted the specified image

-xi
    install ImgDrive device driver.

-xu
    uninstall ImgDrive device driver.

replace the drive letter with a letter from A to Z or ID with a number from 1 to 7.

Example:

// mount d:\tst.iso to the first drive
ImgDriveConsole.exe -m:1 d:\tst.iso

// mount d:\tst.iso to drive E
ImgDriveConsole.exe -m:e d:\tst.iso

// mount folder d:\foo to drive E
ImgDriveConsole.exe -m:e d:\foo

// unmount the first drive
ImgDriveConsole.exe -u:1

// unmount drive E
ImgDriveConsole.exe -u:e

// unmount all
ImgDriveConsole.exe -u

ImgDrive 1.7.7 released

2022-06-17

Download

- Support .ashdisc image file
- Support .b5t/.b6t/.bwt image file
- Support .cdi image file
- Support .mdx image file
- Support .pdi image file
- Added upgrade to ImgDrive Pro
- Many minor changes and improvements

We eventually decided to release the ImgDrive Pro version to keep ImgDrive in development. We'll use the revenues to buy EV code signing certificate which is too expensive to afford now, e.g.digicert EV costs $699.00 USD/1 year. Without EV code signing certificate, Windows 7/8/10/11 will refused load the kernel device driver. BTW: Xreveal also need EV code signing certificate to sign xreveal.sys.

We will put more features into ImgDrive Pro in future:

We offering a 50% discount until July 18, 2022, which only costs $9.99 to purchase a lifetime license. Buy Now.

Previous donors will receive a single user lifetime license for free, thank you, donors.

ImgDrive 1.7.6.5 beta released

2022-06-14

Download

- Added upgrade to ImgDrive Pro
- Support .ashdisc image file - Pro
- Support .b5t/.b6t/.bwt image file - Pro
- Support .cdi image file - Pro
- Support .mdx image file - Pro
- Support .pdi image file - Pro

ImgDrive 1.7.4.1 beta released

2022-05-09

Download

- Improved support for CD images in BIN/CUE format
- Added support load language file in UTF-8 format
- Add French language

ImgDrive 1.7.4 released

2022-05-06

Download

- Fixed wrong filter when create a data image
- Fixed support for Mixed Mode CD images in BIN/CUE format
- Removed no longer generate logs
- Update german language
- Update italian language
- Register ImgDrive to App Paths
- Improved show file type of images in Options->Integration
- Fixed drive settings are not saved

ImgDrive 1.7.3.4 beta released

2022-05-05

Download

- Update italian language
- Register ImgDrive to App Paths
- Improved show file type of images in Options->Integration
- Fixed wrong file association

ImgDrive 1.7.3.2 beta released

2022-05-04

Download

- Removed no longer generate logs
- Fixed wrong filter when create a data image
- Fixed support for Mixed Mode CD images in BIN/CUE format
- Update german language

< Prev 1 2 3 4 5 6 7 8