![]() |
That's how it works.
You can even use Diskspan_GUI.exe to extract the files if you don't want an installer. |
Updated compatible installers Black Box Script (BBS) and CODEX Installer Script (CIS) on post #3
|
2 Attachment(s)
Small update for DSG 2.0.2.4
Just replace files when prompted. What's new Code:
Updated DatabaseBecause there are many bugs right now in DSG. If you update to 0.9.8 you will often not be able to use final compressors like LZMA-MT, zstd, etc. Progress is just stuck. I am not sure what cause this but it's there. This problem is DSG exclusive but I cannot fix it. Edit: Forgot to add RZ SYMM stdio patched. |
2 Attachment(s)
Consider this as BETA version please.
Code:
- Changed methods names: |
hello
I changed these lines in DSG_Methods.ini for addex : Quote:
|
Added hotfix to previous post.
|
Hello everyone,
I'm trying to create a hands-off, batch-mode workflow for a significant collection of PS3 ISOs. While I discovered the CHD format years ago, I've only recently fallen down the rabbit hole of modern advanced compression methods. Over the last week, I’ve been developing a PowerShell v7 script designed to scan a directory, intelligently group/move similar multi-region ISOs into their own folders (e.g., Bejeweled 3 [BLES01601] [BLUS30865]), and process them. I quickly found that tools like SREP are remarkably effective here due to the highly repeated assets found in multi-language regional releases. However, despite my script coming along nicely, I hit a massive wall. No matter what profile or options I tried in Mini Compressor, I could never get a clean, error-free extraction of the PS3 ISO Afrika (BLUS30399). After testing almost every profile (including mxx) on a clean installation, the extraction failures were always predictable rather than random—breaking at specific offsets depending on the settings. It became clear that Mini Compressor just doesn't agree with that specific image format. Fortunately, after searching the forum, I discovered DiskSpan 2, and every profile I've tested on it works completely out of the box with zero extraction errors. The New Dilemma: Batch Processing & Cryptic CLI Commands Now I’m facing a structural hurdle. As great as DiskSpan 2's GUI is, it is built around a single-task-at-a-time workflow, and I can't find a native batch-processing mode. Because my end goal is to automate this entirely through my PowerShell script, I've been trying to inspect the underlying commands. However, snippets like these are proving quite cryptic to decipher: commands that i have found from my investigation for example " Quote:
Quote:
|
If you only want to use srep without anything else, I suggest to use ADDeX instead.
Batch cmd could be as follow To encode the file you can use this (check out other options aswell) Code:
ADDeX.exe -m1 "input.iso" "input.output"Code:
ADDeX.exe -d "input.output" "input.original"Edit: Example Windows 11 ISO Code:
ADDeX.exe -m1 "Win.11.AiO.28000.1719.iso" "Win.11.AiO.28000.1719.output"Code:
ADDeX.exe -d "Win.11.AiO.28000.1719.output" "Win.11.AiO.28000.1719.original" |
| All times are GMT -7. The time now is 01:54. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com