|
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
|