View Single Post
  #170  
Old 18-06-2015, 07:38
Pasq92 Pasq92 is offline
Registered User
 
Join Date: Jun 2015
Location: Italy
Posts: 9
Thanks: 4
Thanked 1 Time in 1 Post
Pasq92 is on a distinguished road
Hi, i'm trying to compress some files, i'm using a .bat file with the script below, and I'm wondering if there's a better script for compression:

@echo Working Working Srep+Arc
arc a -ep1 -ed -r -w.\ Data\Setup-1.bin -msrep+exe+delta+lzma:a1:mfbt4:d256m:fb128:mc1000:l c8 "E:\Software\Repack Tools\Input1\*"

What's wrong with the sctipt?

Thank You

Last edited by Pasq92; 18-06-2015 at 09:49.
Reply With Quote