PDA

View Full Version : Utility for compression (mah)


rinaldo
23-01-2017, 05:53
CTool

moved (http://www.fileforums.com/showpost.php?p=455533&postcount=1)

kenzo34
23-01-2017, 06:38
Beautiful tool
thank you

felice2011
23-01-2017, 08:29
Tu non sei vecchio sei solo svogliato, cazzo potevi inserire almeno un menù a tendina in page3/custom/method, con una decina di metodi completi, i più comuni ed usati.:p
In questo periodo, con quel poco di tempo a disposizione, sto testando FreeArc 'Next un buon passo in avanti rispetto al vecchio FreeArc, quando hai un pò di tempo ti consiglio di darci uno sguardo fratello.

Great work, grandfather...:)
In this period, with the little time available, I am testing FreeArc 'Next, https://github.com/Bulat-Ziganshin/FA/wiki/FA%200.11%20release%20notes a good step forward compared to the old FreeArc, when you have a little time you should give one look bro...;)

rinaldo
23-01-2017, 09:39
felix
They are back for follow bulat :(

Stor31
24-01-2017, 05:46
Thank you rinaldo ...
If someone could do
A little tutorial Of the compression method
it will be great :)

http://nsa37.casimages.com/img/2017/01/24/17012403231117509.jpg

kenzo34
24-01-2017, 06:21
hi stor31
You can watch
Capture attached by rinaldo:

in option line enter for exemple: a -ep1 -r -lc1024 -ld1024 -mt1 -m0 -w.

in method line enter for exemple: msrep+exe+delta+lzma

rinaldo
24-01-2017, 06:37
example on the fly

option:
a -ep1 -r -lc512 -ld512 -mt1 -m0
method:
-mpzlib+msc+srep64+delta+exe2+zcm


bulk files by felice2011

Stor31
24-01-2017, 09:14
Sorry but I have this result strange ????
http://nsa37.casimages.com/img/2017/01/24/170124063251570543.jpg
a solution !!!!

rinaldo
24-01-2017, 09:48
use -m no m

-msrep+exe+delta+lzma

msrep+exe+delta+lzma is bad required -

kenzo34
24-01-2017, 10:16
use -m no m

-msrep+exe+delta+lzma

msrep+exe+delta+lzma is bad required -

don't work for me with - Compression does not start
without the - compression work

Stor31
24-01-2017, 10:40
don't work for me with - Compression does not start
without the - compression work
Alas no more for me :(:(:(:(

felice2011
24-01-2017, 11:20
Bro... Usa il campo "ControlChars.Quote" nell'Input Path... ci sono problemi di spazio nella stringa.;)

Add ControlChars.Quote in Input Path.

rinaldo
24-01-2017, 12:07
sono gia stringate bro


Dim cq As String = Char.ConvertFromUtf32(34)
Process.Start("Resources\Arc.exe", space & Arguments & space & FASrep & space & cq & textBox2.Text & cq & space & cq & textBox1.Text & All & cq & space).WaitForExit()


a me funziona non capisco?

for me working



process n°2
Process.Start("Resources\7z.exe", space & Arg1 & space & zipped & space & ControlChars.Quote & TextBox4.Text & ControlChars.Quote & space & ControlChars.Quote & TextBox3.Text & All & ControlChars.Quote & space).WaitForExit()

felice2011
24-01-2017, 12:31
Prova in una directory del genere, con spazio del nome della cartella dati del gioco. L'archivio non viene creato perche il campo è aperto, e non trova la directory d ingresso, inoltre aggiungi \* alla fine del percorso d ingresso.


......."C:\DoveVoglioOut.arc" -mpzlib+msc+srep64+delta+exe2+zcm "C:\Input Data\*"


https://i.imgsafe.org/7b8a4005b3.png

Try with the highlighted directory...

rinaldo
24-01-2017, 14:09
c'è tutto dai.. sarà qualche vista.. magari uno spazio di troppo.. poi controllo... ma ho buttato il progetto :( visto che era solo per svago.. io sto finendo il mio personale che come sai uso solo arc e 7zip :p


Dim All As String = "\*"

let's see how I can do to get the project but eliminated with eraser .. I have doubts!

Stor31
25-01-2017, 05:49
please test
it Works not :(:(:(

rinaldo
26-01-2017, 10:51
I understand a lot of things to make a good program, I want to retrieve the methods to a text file as log .. Now I have to work on that and see if it works

Dim path As String = "Settings.ini" for custom method

type (http://stackoverflow.com/questions/9454559/vt-net-how-to-populate-a-combobox-with-a-text-file?answertab=votes#tab-top) :)

Stor31
26-01-2017, 11:25
I understand a lot of things to make a good program, I want to retrieve the methods to a text file as log .. Now I have to work on that and see if it works

Dim path As String = "Settings.ini" for custom method

type (http://stackoverflow.com/questions/9454559/vt-net-how-to-populate-a-combobox-with-a-text-file?answertab=votes#tab-top) :)

I wish you good luck