Skip to content

Instantly share code, notes, and snippets.

@InjectedPie
Created January 6, 2023 22:38
Show Gist options
  • Save InjectedPie/076a9531f8d83c5f49571e18efa32175 to your computer and use it in GitHub Desktop.
Save InjectedPie/076a9531f8d83c5f49571e18efa32175 to your computer and use it in GitHub Desktop.
batch repack / trimm every iso in the folder with @XboxDev 's extract-iso tool https://github.com/XboxDev/extract-xiso
forfiles /s /m *.iso /c "cmd /c extract-xiso.exe -r @path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment