View Single Post
  #10  
Old 13-06-2017, 05:44
macut18's Avatar
macut18 macut18 is offline
Registered User
 
Join Date: Jun 2017
Location: Thailand
Posts: 21
Thanks: 82
Thanked 6 Times in 4 Posts
macut18 is on a distinguished road
The same problem pzlib_1210
pzlib_1210.7z (1.50 MB)

arc.ini
Code:
[External compressor:pzlib]
header = 0
packcmd   = pzlib e - -o - <stdin> <stdout>
unpackcmd = pzlib d -t8 - -o - <stdin> <stdout>

[External compressor:srep]
header    = 0
packcmd   = srep -m3f -a2 -hash- - - <stdin> <stdout>
unpackcmd = srep -d -s - - <stdin> <stdout>

pack.bat
Code:
del /q data.arc
arc.exe a -ep1 -r -ed -s; -w.\temp -mpzlib -ld200mb data1.bin "pack\*"
pause




Help guide me "Installer Scripts?" Supported pzlib_V3.

Thank you very much.
Attached Files
File Type: 7z pzlib_1210.7z (1.50 MB, 23 views)
Reply With Quote