View Single Post
  #260  
Old 10-09-2025, 07:23
Dunnowho69 Dunnowho69 is online now
Registered User
 
Join Date: Mar 2025
Location: Hawaii
Posts: 71
Thanks: 182
Thanked 5 Times in 4 Posts
Dunnowho69 is on a distinguished road
Quote:
Originally Posted by shazzla View Post
Did you test your archive? (Arc.exe t yourarchive.arc)
Yes I tested there was no issue, Used arc.exe a -i1 -ds -ep1 -r -s; -ed -w.\_Temp -m=diskspan:5mb _Output\data1.bin "_Pack\*" this to create the archives
Code:
FreeArc 0.67 (September 13 2014) creating archive: _Output\data1.bin
Compressed 13 files, 8,241,527 => 5,242,902 bytes. Ratio 63.62%
Compression time: cpu 0.02 sec/real 0.11 sec = 14%. Speed 75.41 mB/s
All OK
and arc.exe t -i1 -w.\_Temp "_Output\data1.bin" to test it
Code:
FreeArc 0.67 (September 13 2014) testing archive: _Output\data1.bin
Tested 13 files, 5,242,902 => 8,241,527 bytes. Ratio 63.62%
Testing time: cpu 0.34 sec/real 9.04 sec = 4%. Speed 0.91 mB/s
All OK
thats why i was looking for an example on how to use diskspan in a installer

Last edited by Dunnowho69; 10-09-2025 at 07:28.
Reply With Quote