Thread: DiskSpan GUI
View Single Post
  #1  
Old Yesterday, 21:27
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,731
Thanks: 1,111
Thanked 7,393 Times in 2,863 Posts
KaktoR is on a distinguished road
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"
To decode the file to it's original state you can use this
Code:
ADDeX.exe -d "input.output" "input.original"
This way you only need the tool itself without any other files, installers and such.

Edit:
Example Windows 11 ISO

Code:
ADDeX.exe -m1 "Win.11.AiO.28000.1719.iso" "Win.11.AiO.28000.1719.output"

ADDeX -m1 done: 100%  matches=28518
Compressed -m1 7737972736 -> 6191517568 (80%) in 80,99 s
Estimated peak decompression RAM: 852 MB
Code:
ADDeX.exe -d "Win.11.AiO.28000.1719.output" "Win.11.AiO.28000.1719.original"
__________________
Haters gonna hate

Last edited by KaktoR; Yesterday at 21:38.
Reply With Quote
Sponsored Links