View Single Post
  #15  
Old 18-09-2014, 10:04
Dante1995 Dante1995 is offline
Banned
 
Join Date: Feb 2014
Location: Black Hole
Posts: 297
Thanks: 116
Thanked 481 Times in 162 Posts
Dante1995 is on a distinguished road
Batch compressor

[Batch] inside+full file add (compatible:arc,srep,precompress043,msc)
default=only srep.


Example Compress 1/2:
Code:
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 data.arc datafile\*

arc a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 data.bin datafile\*
Example Decompress 1/2:
Code:
unarc.exe x -w.\ -dpDecompressed\ data.arc
unarc.exe x -w.\ -dpDecompressed\ data.bin

arc x -w.\ -dpDecompressed\ data.arc
arc x -w.\ -dpDecompressed\ data.bin
dataname no important
data.fileforums is equal


custom
Code:
@echo off 
for /d %%X in (datafile) do "arc" a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 "Data1.bin" "%%X\*"  
pause
Attached Files
File Type: rar Bath__Compress-Decompress.rar (2.55 MB, 490 views)

Last edited by Grumpy; 26-05-2015 at 18:11.
Reply With Quote
The Following 8 Users Say Thank You to Dante1995 For This Useful Post:
ADMIRAL (21-02-2020), Baladewa (14-12-2015), ChronoCross (18-09-2014), ffmla (18-08-2016), Gehrman (19-09-2022), Mundo (16-07-2023), oltjon (10-12-2016), Stor31 (02-03-2016)