MultiArc - archiver plugin
Moderators: Hacker, petermad, Stefan2, white
MultiArc - archiver plugin
MultiArc v1.4.1.7
http://wcx.sourceforge.net
Links to the latest releases:
__________________
Best regards,
deus-ex
http://wcx.sourceforge.net
Links to the latest releases:
__________________
Best regards,
deus-ex
Last edited by deus-ex on 2015-12-14, 11:53 UTC, edited 1 time in total.
Re: MultiArc - archiver plugin
MultiArc v1.4.1.7
http://wcx.sourceforge.net
Updated English and German translation: download
(includes overhauled english readme)
Whats new:
Kind regards,
deus-ex & TychoBarfy
http://wcx.sourceforge.net
Updated English and German translation: download
(includes overhauled english readme)
Whats new:
- the two translations <german.lng> and <deutsch.lng> were merged into one file.
- both the german and english lng-files were improved in the process again as well.
Kind regards,
deus-ex & TychoBarfy
Re: MultiArc - archiver plugin
7-Zip Addon
Add to wincmd.ini:
__________________
Kind regards,
deus-ex
Code: Select all
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Archiver: 7-Zip
; Homepage: http://7-zip.org
; Addon : v1.0, August 11 2007
; Author : deus-ex
; Comments: Requires MultiArc v1.4 or higher
; and 7-Zip v4.52 or higher
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
[7-ZIP]
Description="7-Zip"
Archiver=%commander_path%\util\7z.exe
Extension=7z
ID=37 7A BC AF
IDPos=0x0, 0xA08E, 0xA09E, 0xA29E, 0xA48E, 0xA49E, 0xA69E, 0xB298, 0xB29C, 0xB498, 0xC85E, 0xD051, 0xEA00, 0x10C00, 0x10E00, 0x11200, 0x11400, 0x11800, 0x11A00, 0x12400, 0x12600, 0x12800, 0x12A00, 0x13200, 0x13400, 0x15400, 0x15A00, 0x15E00, 0x16200, 0x16A00, 0x18651, 0x1865E, 0x1869C, 0x18800, 0x18898, 0x1DA00, 0x1E600, 0x1E800, 0x1F400, 0x1FC00, 0x1FE00, 0x20000, 0x20200, 0x20400, 0x20800, 0x20E00, 0x24A00, 0x24C00, 0x25200, 0x25400, 0x25600, 0x25800, 0x25A00, 0x25E00, 0x26800, 0x26A00, 0x27000, 0x27E00, 0x28400, 0x28600, 0x29800, 0x2A400, 0x2AA00, 0x2AC00, 0x2B000
BatchUnpack=1
Start="^--"
End="^--"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P l %AAQ
ExtractWithPath=%P x -scsdos -y %AAQ @%LQ
Add=%P a -mx=9 -y {%S} %AQ @%LQ
Move=%P u -mx=9 -y {%S} %AQ @%LQ
Test=%P t -y {%S} %AQ
Delete=%P d -r -y {%S} %AQ @%LQ
AskMode=2
AskHistory0=-tzip -mfb=258
; create ZIP archives
AskHistory1=-tzip -mm=Deflate64 -mfb=257 -mpass=15
; create ZIP(Deflate64) archives
AskHistory2=-m0=PPMd:mem30:o32
; optimized compression for Text files
AskHistory3=-m0=BCJ2 -mb0:1 -mb0s1:2 -mb0s2:3 -m1=LZMA -m2=LZMA:d19 -m3=LZMA:d19
; compression using BCJ2 encoder
;
Add to wincmd.ini:
Code: Select all
[PackerPlugins]
7z=69,%commander_path%\wcx\multiarc\multiarc.wcx
__________________
Kind regards,
deus-ex
Last edited by deus-ex on 2007-08-11, 12:57 UTC, edited 2 times in total.
Re: MultiArc - archiver plugin
BZip2 Addon
Add to wincmd.ini:
__________________
Kind regards,
deus-ex
Code: Select all
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Archiver: 7-Zip
; Homepage: http://7-zip.org
; Addon : v1.0, August 11 2007
; Author : deus-ex
; Comments: Requires MultiArc v1.4 or higher
; and 7-Zip v4.52 or higher
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
[BZIP2]
Description="BZip2"
Archiver=%commander_path%\util\7z.exe
Extension=bz2
ID=42 5A 68
Start="^--"
End="^--"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P l %AAQ
Add=%P a -tbzip2 -mx=9 -mpass=10 -y {%S} %AQ @%LQ
Move=%P u -mx=9 -mpass=10 -y {%S} %AQ @%LQ
Test=%P t -y {%S} %AQ
Delete=%P d -r -y {%S} %AQ @%LQ
BatchUnpack=1
ExtractWithPath=%P x -scsdos -y %AAQ @%LQ
;
Add to wincmd.ini:
Code: Select all
[PackerPlugins]
bz2=69,%commander_path%\wcx\multiarc\multiarc.wcx
Kind regards,
deus-ex
Last edited by deus-ex on 2007-08-11, 12:57 UTC, edited 2 times in total.
Re: MultiArc - archiver plugin
Compound File Addon
Add to wincmd.ini:
__________________
Kind regards,
deus-ex
Code: Select all
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Archiver: 7-Zip
; Homepage: http://7-zip.org
; Addon : v1.0, August 11 2007
; Author : deus-ex
; Comments: Requires MultiArc v1.4 or higher
; and 7-Zip v4.52 or higher
; Supports extraction only
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
[COMPOUND FILE]
;Microsoft Word, Microsoft Installer, Microsoft Powerpoint, Microsoft Excel
Description="Microsoft Compound file (*.doc, *.msi, *.ppt, *.xls)"
Archiver=%commander_path%\util\7z.exe
Extension=doc, msi, ppt, xls
ID=D0 CF 11 E0 A1 B1 1A E1
Start="^--"
End="^--"
Format0=" zzzzzzzzzzzz pppppppppppp nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P l %AQ
BatchUnpack=1
ExtractWithPath=%P x -scsdos -y %AAQ @%LQ
;
Add to wincmd.ini:
Code: Select all
[PackerPlugins]
doc=260,%commander_path%\wcx\multiarc\multiarc.wcx
msi=260,%commander_path%\wcx\multiarc\multiarc.wcx
ppt=260,%commander_path%\wcx\multiarc\multiarc.wcx
xls=260,%commander_path%\wcx\multiarc\multiarc.wcx
Kind regards,
deus-ex
Last edited by deus-ex on 2007-08-11, 13:01 UTC, edited 3 times in total.
Re: MultiArc - archiver plugin
CHM Addon
Add to wincmd.ini:
__________________
Kind regards,
deus-ex
Code: Select all
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Archiver: 7-Zip
; Homepage: http://7-zip.org
; Addon : v1.0, August 11 2007
; Author : deus-ex
; Comments: Requires MultiArc v1.4 or higher
; and 7-Zip v4.52 or higher
; Supports extraction only
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
[CHM]
Description="Compressed Help Module"
Archiver=%commander_path%\util\7z.exe
Extension=chm
ID=49 54 53 46
Start="^--"
End="^--"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P l %AAQ
BatchUnpack=1
ExtractWithPath=%P x -scsdos -y %AAQ @%LQ
;
Add to wincmd.ini:
Code: Select all
[PackerPlugins]
chm=260,%commander_path%\wcx\multiarc\multiarc.wcx
__________________
Kind regards,
deus-ex
Last edited by deus-ex on 2007-08-11, 13:01 UTC, edited 2 times in total.
Re: MultiArc - archiver plugin
ISO Addon
Add to wincmd.ini:
__________________
Kind regards,
deus-ex
Code: Select all
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Archiver: 7-Zip
; Homepage: http://7-zip.org
; Addon : v1.0, August 11 2007
; Author : deus-ex
; Comments: Requires MultiArc v1.4 or higher
; and 7-Zip v4.52 or higher
; Supports extraction only
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
[ISO]
Description="ISO 9660 file system diskimage"
Archiver=%commander_path%\util\7z.exe
Extension=iso
Start="^--"
End="^--"
Format0="yyyy tt dd hh mm ss aaaaa zzzzzzzzzzzz pppppppppppp nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
List=%P l %AAQ
BatchUnpack=1
ExtractWithPath=%P x -scsdos -y %AAQ @%LQ
;
Add to wincmd.ini:
Code: Select all
[PackerPlugins]
iso=260,%commander_path%\wcx\multiarc\multiarc.wcx
Kind regards,
deus-ex
UHARC 0.6a - How to use it?
Hi all,
UHARC 0.6a - How to use it?
I hope, you can help me with my UHARC problem:
I've modified a template, that was created for UHARC 0.4b, but when I try to use it, I get the following message: "Error in packed file xy.uha!"
The .addon file lies here: "...totalcmd\Plugins\WCX\Multiarc\addons\uharc.addon"
And the contents are the following:
; Version: UHARC 0.4 BETA Win32 version (c) 1997-2001 by Uwe Herklotz
; Available at: ftp://ftp.elf.stuba.sk/pub/pc/pack/uharc04.zip
; Comments: Posted by Thomas1274 on Window Commander eForum board.
; Author(s): Uwe Herklotz
; Modified by LEV on 2007.12.30
[Uharc]
ID=55 48 41 04
IDPos=0
Extension=uha
Description=UHARC 0.4 ----- BETA version
;I modified the following line, but it seems, that something more should be modified
Archiver=UHARCpath\UHARC.EXE
SkipDirsInFileList=1
BatchUnpack=1
Start="^-------------------------------------------------------------------------------"
End="^-------------------------------------------------------------------------------"
Debug=0
Format0="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
Format1=" zzzzzzzzzz dd TTT yyyy hh mm ss aaaa"
List=%P l -d2 -y{ %S} %AQA
Extract=%P e -y -idle{ %S} %AQA @%LQ
ExtractWithPath=%P x -y -idle{ %S} %AQA @%LQ
Add=%P a -y -mx -md32768 -ed+ -idle -lg{ %S} %AQA @%LQ
Move=%P m -y -mx -md32768 -ed+ -idle{ %S} %AQA @%LQ
Test=%P t -y -idle{ %S} %AQA
AskHistory0=-m3
AskHistory1=-mz
AskHistory2=-mw -md32
AskHistory3=-mr
AskHistory4=-pw
AskMode=0
SkipLIST=1
Help me please, if you can!
BW: lev_iii
UHARC 0.6a - How to use it?
I hope, you can help me with my UHARC problem:
I've modified a template, that was created for UHARC 0.4b, but when I try to use it, I get the following message: "Error in packed file xy.uha!"
The .addon file lies here: "...totalcmd\Plugins\WCX\Multiarc\addons\uharc.addon"
And the contents are the following:
; Version: UHARC 0.4 BETA Win32 version (c) 1997-2001 by Uwe Herklotz
; Available at: ftp://ftp.elf.stuba.sk/pub/pc/pack/uharc04.zip
; Comments: Posted by Thomas1274 on Window Commander eForum board.
; Author(s): Uwe Herklotz
; Modified by LEV on 2007.12.30
[Uharc]
ID=55 48 41 04
IDPos=0
Extension=uha
Description=UHARC 0.4 ----- BETA version
;I modified the following line, but it seems, that something more should be modified

Archiver=UHARCpath\UHARC.EXE
SkipDirsInFileList=1
BatchUnpack=1
Start="^-------------------------------------------------------------------------------"
End="^-------------------------------------------------------------------------------"
Debug=0
Format0="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
Format1=" zzzzzzzzzz dd TTT yyyy hh mm ss aaaa"
List=%P l -d2 -y{ %S} %AQA
Extract=%P e -y -idle{ %S} %AQA @%LQ
ExtractWithPath=%P x -y -idle{ %S} %AQA @%LQ
Add=%P a -y -mx -md32768 -ed+ -idle -lg{ %S} %AQA @%LQ
Move=%P m -y -mx -md32768 -ed+ -idle{ %S} %AQA @%LQ
Test=%P t -y -idle{ %S} %AQA
AskHistory0=-m3
AskHistory1=-mz
AskHistory2=-mw -md32
AskHistory3=-mr
AskHistory4=-pw
AskMode=0
SkipLIST=1
Help me please, if you can!
BW: lev_iii
Re: MultiArc - archiver plugin
UHARC Addon
Add to wincmd.ini:
__________________
Kind regards,
deus-ex
Code: Select all
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; Archiver: UHARC
; Homepage: -
; Addon : v1.1, 2007-12-22
; Author : deus-ex
; Comments: needs MultiArc v1.4, Uharc v0.6b
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
[UHARC]
Description="Uharc"
Archiver=%commander_path%\util\uharc.exe
Extension=uha
ID=55 48 41 06
SkipDirsInFileList=1
Start="^--"
End="^--"
Format0="nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn"
Format1=" zzzzzzzzzz dd TTT yyyy hh mm ss aaaa"
List=%P l -b32784 -d2 -ed+ -y %AQA
BatchUnpack=1
ExtractWithPath=%P x -! -b32768 -y %AQA @%LQ
Add=%P a -b32784 -d0 -ed+ -m3 -mdp -y {%S} %AQ @%LQ
Move=%P m -b32784 -d0 -ed+ -m3 -mdp -y {%S} %AQ @%LQ
AskMode=2
AskHistory0=-mx
Add to wincmd.ini:
Code: Select all
[PackerPlugins]
uha=5,%commander_path%\wcx\multiarc\multiarc.wcx
Kind regards,
deus-ex
helo, please
I cannot extract files from 7z files be only copying them to antother folder when file is packed. I have to unpack the whole packages to do that.This only happens with archives packed by me. Other 7z files work as they should.
I have set:
archivformat 7z
Compression ultra
Method LZMA
wordbook size 64MB
wordsize 64
solid block 4GB
Ruben
PS: And is there an option for 7zip to pack and delete original like in winrar?
I cannot extract files from 7z files be only copying them to antother folder when file is packed. I have to unpack the whole packages to do that.This only happens with archives packed by me. Other 7z files work as they should.
I have set:
archivformat 7z
Compression ultra
Method LZMA
wordbook size 64MB
wordsize 64
solid block 4GB
Ruben
PS: And is there an option for 7zip to pack and delete original like in winrar?
A New Generation transformed by the Power of God
Disable solid mode.tosbsas wrote:PS: And is there an option for 7zip to pack and delete original like in winrar?
In solid mode to unpack one file from a middle of archive the archiver have to unpack all files from beginning of archive
#213083 Single user license
BranchViewExtended
BranchViewExtended
pdfimages: extracts images from pdf; pdf2html: converter
2All
Anyone knows how to make multiarc working with converter (not providing output for List command)?
Now it works (ugly), but not copies generated files to destination path, only to source path or %TEMP%. There is no command to specify destination path
P.S. And what is SkipLIST= in multiarc.ini? Not found in multiarc.hlp
Anyone knows how to make multiarc working with converter (not providing output for List command)?
Now it works (ugly), but not copies generated files to destination path, only to source path or %TEMP%. There is no command to specify destination path
P.S. And what is SkipLIST= in multiarc.ini? Not found in multiarc.hlp
#213083 Single user license
BranchViewExtended
BranchViewExtended