Hello!
batchmnt.exe and PortableWinCDEmu.exe have a commandline keys /check and /list, but we fail when trying to parse the returned text in the console.
The following commands will be useless:
batchmnt /list|find “iso”
batchmnt /check|find /v “”
2>&1 batchmnt /list|find “E:”
PortableWinCDEmu /?|find /v /c “”
PortableWinCDEmu /list|find “iso”
for /f %i in (‘2>&1 PortableWinCDEmu /list’) do echo %i
etc.
The /check key description reads: return drive letter as ERRORLEVEL
But ERRORLEVEL returns a some number that has no logical connection to the Latin alphabet.
I wrote to the support team, but it closes the ticket without response, citing the free status of the product.