XboxDev / extract-xiso

Xbox ISO Creation/Extraction utility. Imported from SourceForge.
http://sourceforge.net/projects/extract-xiso/
Other
705 stars 88 forks source link

"Error: file not found" for additional ISO arguments #85

Open shamzam31 opened 1 year ago

shamzam31 commented 1 year ago

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 and 3.iso fail with a "file not found" error, ie. only the first image specified is processed.

JayFoxRox commented 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.

shamzam31 commented 1 year ago

I already did write my own script actually, lol. The help text DOES mention multiple isos however. Thanks for nothing.

JayFoxRox commented 1 year ago

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.

shamzam31 commented 1 year ago

Thanks.

rapperskull commented 1 year ago

I fixed this bug in my fork and it shouldn't be too hard to cherry pick the fix.