MultiArc configuration for 7-zip

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

MultiArc configuration for 7-zip

Post by *Black Dog »

[face=courier]I fixed a little bug in subj, distributed with
last MARC version
. You can take it here.[/face]
Last edited by Black Dog on 2004-10-09, 23:58 UTC, edited 3 times in total.
poiuytr
Senior Member
Senior Member
Posts: 243
Joined: 2003-02-23, 17:33 UTC

Post by *poiuytr »

Thank you, i will try it
User avatar
JackFoo
Senior Member
Senior Member
Posts: 373
Joined: 2003-02-05, 19:53 UTC
Location: ERROR

Post by *JackFoo »

This line works better for .txt (or any text intesive files) and takes less mem.

Code: Select all

Add="%P a -bd -mhcf -m0=PPMd:mem28:o32 -y -r{ %S} %AQA @%LQ"
(I use both, one for .exe and the like with extension .7z and the other with extension .7zt for text files).

Cheers.
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 02-03-2003 18:28:54 +0000 JackFoo wrote:

J> This line works better for .txt

Should I add it to "officially" distributing configuration?[/face]
User avatar
JackFoo
Senior Member
Senior Member
Posts: 373
Joined: 2003-02-05, 19:53 UTC
Location: ERROR

Post by *JackFoo »

Since it's so small I decided to put the .addon file I use for text file, this one uses 7zt extension (UUE), and sure you can add it.

Cheers.

Code: Select all

begin 644 7zt.addon
M6S=:5%T-"D5X=&5N<VEO;CTW>G0-"D1E<V-R:7!T:6]N/3<M6FEP(#(N,S`@
M8F5T82`R.`T*240],S<@-T$@0D,@048@,C<@,4,-"D%R8VAI=F5R/5)%4$Q!
M0T4@5TE42"`W>B!E>&4-"D)A=&-H56YP86-K/3$-"E-T87)T/2)>+2TM+2TM
M+2TM+2TM+2TM+2TM+2(-"D5N9#TB7BTM+2TM+2TM+2TM+2TM+2TM+2TB#0I,
M:7-T/250(&P@)4%100T*1F]R;6%T,#TB>7EY>2!T="!D9"!H:"!M;2!S<R!A
M86%A82!Z>GIZ>GIZ>GIZ>GH@<'!P<'!P<'!P<'!P(&YN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FXB#0I%>'1R86-T/2`E4"!E("UY('LE4WT@)4%1
M02!`)4Q1#0I%>'1R86-T5VET:%!A=&@])5`@>"`M>2![)5-]("5!42!`)4Q1
M#0I497-T/250('0@+7D@>R53?2`E05%!#0I$96QE=&4])5`@9"`M>2`M<B![
M)5-]("5!44$@0"5,40T*061D/250(&$@+6)D("UM:&-F("UM,#U04$UD.FUE
<;3(X.F\S,B`M>2`M<B![)5-]("5!44$@0"5,40``
`
end
sum -r/size 44397/703
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 23-02-2003 14:50:53 +0000 JackFoo wrote:

J> I decided to put the .addon file I use for text file,
J> this one uses 7zt extension (UUE), and sure you can
J> add it.


Actually separate addon is absolutely useless. The "%S" parameter implemented exactly for this purpose (just make sure it placed after existing compression settings), so if you want to use alternative compression settings just set MARC to ask "%S" parameter "For next command" and insert "-bd -mhcf -m0=PPMd:mem28:o32" in dialog window (your case). Moreover, this string would be saved in history, so you can recall it next time you need it.[/face]
User avatar
JackFoo
Senior Member
Senior Member
Posts: 373
Joined: 2003-02-05, 19:53 UTC
Location: ERROR

Post by *JackFoo »

Hmm, it doesn't work; I made sure { %S} was _after_ the current compression settings and I get an error wich shows the command wich was executed, it shows both the normal settings and the { %S} parameter replaced... this is the ADD line in multiarc.ini

Code: Select all

Add="%P a -bd -mhcf -m0=BCJ2 -m1=LZMA:d24:a2:mf=bt4b:fb100 -m2=LZMA:d24:a2:fb100 -m3=LZMA:d24:a2:fb100 -mb0:1 -mb0s1:2 -mb0s2:3 -y -r{ %S} %AQA @%LQ"
Cheers.
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]Another fix. Link is the same.[/face]
Last edited by Black Dog on 2004-10-09, 23:58 UTC, edited 2 times in total.
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 04-03-2003 22:00:57 +0000 JackFoo wrote:

Sorry for half of a year delay, Jack :).

J> I get an error wich shows the command wich was executed

Well, it looks like it can't be more then one "-m0" etc. parameters per command line. As you can see I use "-mx" parameter by default, 7-Zip just ignore it if it found another one later.

J> it shows both the normal settings and the { %S} parameter
J> replaced...


Yep, the solution is to use "-mx" and MARC "%S" parameter (or "%S" w/o any predefined parameters ;).[/face]
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]^PgDn for SFXs supported.[/face]
Last edited by Black Dog on 2004-10-09, 23:59 UTC, edited 2 times in total.
Unforgiven
Junior Member
Junior Member
Posts: 4
Joined: 2003-09-24, 19:33 UTC

Post by *Unforgiven »

2Black Dog
Can you please repost your link, it gives me "File not found" error.
Thanks :)
User avatar
atomix
Junior Member
Junior Member
Posts: 33
Joined: 2003-02-05, 13:35 UTC
Location: TotalCmd Planet

Post by *atomix »

Link dead. :(

Could anyone post a working MultiArc configuration for 7-zip v3.10 (final)? Thanks in advance. :)
jy Cheng
Junior Member
Junior Member
Posts: 15
Joined: 2003-06-15, 06:31 UTC

Post by *jy Cheng »

Code: Select all

begin 644 7z.addon
M.R!697)S:6]N.B`W+5II<"`S+C$P("AC*2!)9V]R(%!A=FQO=B!%+6UA:6PZ
M('-U<'!O<G1`-RUZ:7`N;W)G#0H[($%V86EL86)L92!A=#H@:'1T<#HO+W=W
M=RXW+7II<"YO<F<-"@T*6S=:70T*17AT96YS:6]N/3=Z#0I)1#TS-R`W02!"
M0R!!1B`R-R`Q0PT*2410;W,],"P@-CDQ,C`L(#@W,#0P+"`Q,C$S-#0L(#$U
M,C`V-"P@,34T,3$R+"`T,3$P,BP@-#$Q,#@L(#0Q,3$X+"`T,#8P-BP@,3,P
M-38P#0I$97-C<FEP=&EO;CTW+5II<"`S+C$P("@R,#`S+3`Y+3(W*2`M('=W
M=RXW+7II<"YO<F<-"D%R8VAI=F5R/6,Z7%!R;V=R86T@1FEL97-<-RU::7!<
M-WIA+F5X90T*0F%T8VA5;G!A8VL],0T*4W1A<G0](EXM+2TM+2TM+2TM+2TM
M+2TM+2TM("TM+2TM("TM+2TM+2TM+2TM+2`M+2TM+2TM+2TM+2T@("TM+2TM
M+2TM+2TM+2(-"D5N9#TB7BTM+2TM+2TM+2TM+2TM+2TM+2T@+2TM+2T@+2TM
M+2TM+2TM+2TM("TM+2TM+2TM+2TM+2`@+2TM+2TM+2TM+2TM(@T*1F]R;6%T
M,#TB>7EY>2UT="UD9"!H:#IM;3IS<R!A86%A82!Z>GIZ>GIZ>GIZ>GH@<'!P
M<'!P<'!P<'!P("!N;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN
M;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN;FYN(@T*
M061D/250(&$@+7(@+7D@+6US/6]F9B`M;7@W("53("5!44$@0"5,40T*1&5L
M971E/250(&0@+7D@)4%102!`)4Q1#0I,:7-T/250(&P@)4%100T*5&5S=#TE
M4"!T("5!44$-"D5X=')A8W0])5`@92`M<C`@+7D@)4%102!`)4Q1#0I%>'1R
M86-T5VET:%!A=&@])5`@>"`M<C`@+7D@)4%102!`)4Q1#0I!<VM(:7-T;W)Y
M,#TM<V9X-WIC+G-F>`T*07-K2&ES=&]R>3$]+7-F>#=Z0V]N+G-F>`T*07-K
236]D93TR#0I3:VEP3$E35#TQ
`
end
sum -r/size 44096/1053
It seems to be working fine :D
Change the path of 7za.exe and Parameters for adding function by yourself.
Last edited by jy Cheng on 2003-10-04, 06:37 UTC, edited 2 times in total.
Unforgiven
Junior Member
Junior Member
Posts: 4
Joined: 2003-09-24, 19:33 UTC

Post by *Unforgiven »

2jy Cheng
Thanks, but it doesn't support SFXs :(
jy Cheng
Junior Member
Junior Member
Posts: 15
Joined: 2003-06-15, 06:31 UTC

Post by *jy Cheng »

Unforgiven wrote:2jy Cheng
Thanks, but it doesn't support SFXs :(
Try again :)
But I don't know how to create a SFX archiver with .exe extension.
Post Reply