View Single Post
  #12  
Old 26-05-2013, 13:35
D4rkSp4wn D4rkSp4wn is offline
Registered User
 
Join Date: Mar 2013
Location: Brasil
Posts: 16
Thanks: 18
Thanked 8 Times in 6 Posts
D4rkSp4wn is on a distinguished road
Found the solution for my problem with the ansi version.

Open the arc.ini and find the line:
Code:
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Change to:
Code:
unpackcmd = srep {options} -d -s - - <stdin> <stdout>
all working fine now.
Reply With Quote
The Following 2 Users Say Thank You to D4rkSp4wn For This Useful Post:
maskedrider999 (02-04-2019), y_thelastknight (26-05-2013)