Quote:
Originally Posted by peteka
in the compress.bar edit this line
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc4 -ld4 for it lc8
|
same error, I have chandeg line, but problem persists.
These are my two lines:
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc4 -ld4
[email protected] -dp"%choice1%" .\FIFA15_1\%arc%
if ERRORLEVEL 1 goto arcfail
: Data2
set arc=Data2.cab
if exist .\FIFA15_2\%arc% goto END
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc4 -ld4
[email protected] -dp"%choice1%" .\FIFA15_2\%arc%
if ERRORLEVEL 1 goto arcfail
:end
How can I change them?