View Single Post
  #7  
Old 07-02-2015, 02:35
dar29 dar29 is offline
Registered User
 
Join Date: Feb 2012
Location: in my home
Posts: 128
Thanks: 44
Thanked 18 Times in 16 Posts
dar29 is on a distinguished road
Quote:
Originally Posted by peteka View Post
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?
Reply With Quote