-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu/linux batch command #84
Comments
You'll have to be much more specific. If you just want the content of folders to be shown, you can just use If you want something more complex, you'd do something like this:
You'd replace extension with whatever type of file to wish to extract and command with the command you want to apply to the file. I'd assume we're talking unzip, tar or gzip or something here. Take a good look at the man of these commands if so. This issue should probably be closed, though, as it's not really relevant to this project from what I can tell. |
Just go from .XBE HDD folder > to .ISO. So process a bunch of games at once into .ISOS into their respective folders or an output in the main folder. |
This has nothing to do with extract-xiso (or Ubuntu for that matter). Also, let me preface this, by saying that extract-xiso is the wrong tool for the job / your job is a bad idea. By extracting an XISO, you'll have lost the layout of the files on the disc. Even for emulators this will likely become relevant in the future. FATX (where xiso most often ended up) also allows different filenames from XISO, so you might have created problems in the process. Also see #81. Hence, once an XISO is extracted, you should never repack it. Generally, you should stick to redump style ISOs for official games. Obviously some exceptions for what I said above exist, but it sounds like you have a bunch of commercial games and want to turn them into XISO again after having them extracted previously: That's a bad idea. To answer your question:
Anything between Take anything below with a grain of salt, because I don't have extract-xiso installed right now, so this is guesswork based on the README I assume you'll want something like:
(the Also, for completeness, you'd use this for extracting all of the ISOs:
(the Closed as invalid: has nothing to do with extract-xiso, but enough guidance was provided. |
Anyone know a batch script/command to extract a bunch of folders?
The text was updated successfully, but these errors were encountered: