Open shamzam31 opened 1 year ago
It doesn't support to extract multiple XISO at once and it's a non-goal to do so with the current CLI.
Write your own loop.
Also see older questions about this #75 and #84
Closed.
I already did write my own script actually, lol. The help text DOES mention multiple isos however. Thanks for nothing.
Huh, you are right. The README has it for the -l
and the --help
actually has it for all commands. It's a valid bug. I'll reopen this until the docs or behaviour is fixed.
Thanks.
I fixed this bug in my fork and it shouldn't be too hard to cherry pick the fix.
Hello, first of all, thank you for your work, the tool works wonderfully. However, I found a minor UX niggle. When extracting multiple images like so:
extract-xiso.exe 1.iso 2.iso 3.iso
,2.iso
and3.iso
fail with a "file not found" error, ie. only the first image specified is processed.