
06-06-2023, 15:04
|
|
Registered User
|
|
Join Date: Apr 2023
Location: Egypt
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorry for late response, medical exams ;(
for now no errors but not so fancy ratio
Compression
Quote:
F:\Games\Output>arc a 71pack.arc "F:\Games\Project Warlock" -msevenpack -w.\tmp
FreeArc 0.67 (March 15 2014) creating archive: 71pack.arc
Compressing 401 files, 2,691,927,339 bytes. Processed 99.9%
Compressing 2,691,927,339 bytes with sevenpack --compress $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
100.0%File compressed successfully.
Errorlevel=0
Compressed 401 files, 2,691,927,339 => 1,229,613,015 bytes. Ratio 45.68%
Compression time: cpu 4.59 sec/real 403.04 sec = 1%. Speed 6.68 mB/s
All OK
|
Decompress
Quote:
F:\Games\Output>arc x 71pack.arc -dp=.\sevenpack_test
FreeArc 0.67 (March 15 2014) extracting archive: 71pack.arc
Extracting 401 files, 2,691,927,339 bytes. Processed 0.0%
Unpacking 1,229,613,015 bytes with sevenpack --decompress $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
0.0%File decompressed successfully.
0.0%
Errorlevel=0
Extracted 401 files, 1,229,613,015 => 2,691,927,339 bytes. Ratio 45.68%
Extraction time: cpu 8.06 sec/real 157.05 sec = 5%. Speed 17.14 mB/s
All OK
|
|