Ramiro Cruzo
Новичок
Ramiro Cruzo submitted a new resource:
[STDIO] Nanozip - Strong BWT CM LZ compressor
Read more about this resource...
[STDIO] Nanozip - Strong BWT CM LZ compressor
- Don't change "-p1" as you can't create multiple pipes unless using cls, rest, enjoy.
Код:[External compressor:nz] header = 0 solid = 0 packcmd = nz.exe a -p1 -cc -nm -sp $$arcpackedfile$$.nz $$arcdatafile$$.tmp unpackcmd = nzio.exe x -p1 nul <stdin> <stdout> datafile = $$arcdatafile$$.tmp packedfile = $$arcpackedfile$$.nz
Read more about this resource...