|
#1
|
|||
|
|||
|
Batch__Compress-Decompress
Last edited by Dante1995; 18-09-2014 at 10:05. |
| The Following 4 Users Say Thank You to Dante1995 For This Useful Post: | ||
| Sponsored Links |
|
#2
|
|||
|
|||
|
Hmm..interesting Compressor ha i try it now!
|
|
#3
|
||||
|
||||
|
First: not bath but batch
![]() Second: good idea is to use %1 instead of datafile for compression and instead of data.arc for decompression. With this modification you can drag'n'drop any folder over compression.bat to compress it and drag'n'drop any arc/bin/cab file over decompression.bat to decompress it. Code:
arc a -ep1 -dses --dirs -s; -lc- -di -i2 -r -msrep:l256+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 %1.arc "%1\*" Code:
arc x -w.\ -dp%~n1\ %1 |
| The Following 2 Users Say Thank You to BAMsE For This Useful Post: | ||
mausschieber (03-07-2014), y_thelastknight (03-07-2014) | ||
|
#4
|
|||
|
|||
|
I did so to better understand, I just added a simple string that everyone can understand
you know many complex systems but do not understand the mechanism |
|
#5
|
||||
|
||||
|
Batch complete file
Hi BAMsE
Could you post or send in pm the complete batch as you describe here: [Second: good idea is to use %1 instead of datafile for compression and instead of data.arc for decompression. With this modification you can drag'n'drop any folder over compression.bat to compress it and drag'n'drop any arc/bin/cab file over decompression.bat to decompress it.] I am interested in doing as you said you drag any folder and compress Grazie |
|
#6
|
||||
|
||||
|
The command is nothing more but one line written in my previous post in first codebox
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cant get inno setup to decompress archive during installation! | surumanboy | PC Games | 16 | 29-05-2013 00:26 |
| Which version of Winace to decompress Max Payne files? | dogma | PC Games | 1 | 21-08-2001 02:30 |
| What is an ".ace" - file?? I can't execute it neither decompress it! (Settlers 4) | holgixxx | PC Games | 2 | 27-03-2001 12:52 |