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