View Single Post
  #11  
Old 28-07-2013, 07:57
Riddle_R Riddle_R is offline
Registered User
 
Join Date: Jun 2013
Location: india
Posts: 13
Thanks: 7
Thanked 0 Times in 0 Posts
Riddle_R is on a distinguished road
I used this batch to process my files...
i change the value from 0 to 1 ..but i stll get the same error...

@echo off
precomp -intense -v -c- data.arc
del data.arc
srep64.exe -m3f data.pcf
ren data.pcf.srep data.srep
del data.pcf
arc.exe a -mx -ld1600m data.srep data.cab
exit
Reply With Quote