Hi bazis,
Atm we only have vmnt.exe
It mounts the image if it isn’t mounted already and dismounts it if it was mounted.
Maybe you can extend the options for the command line usage a bit more?
I’ll show you a few examples:
vmnt.exe -mount [ | ]
– vmnt.exe -mount test.iso
-> You can mount an image (test.iso) without a drive letter (that the standard behaviour of WinCDEmu is used (take the first available drive letter))
– vmnt.exe -mount V: test.img
-> You can mount an image (test.img) to a drive letter (in this case V:) of your choice (if it’s not occupied at the moment)
vmnt.exe -unmount [ | | ]
– vmnt.exe -unmount test.iso
-> Checks which image with the name test.iso is mounted and dismounts it
– vmnt.exe -unmount V:
-> Checks if any image is mounted to this drive letter and dismounts it
– vmnt.exe -unmount all
-> Checks which images are mounted and dismount them all
Maybe an -f switch (for force) would be helpfull to dismount images regardless if there are any files or folders open on that device.
These command line options would allow us to use WinCDEmu e.g. from batch scripts where we mount our favorite images all at once (and dismount them later).
Regards,
Highend