Is Pack (& ZIP in particular) able to create multivolume archives, such that individual files within each archive are not split between volumes?
(Not that I know much about XP's built-in ZIP handling), but it appears that XP is not able to unpack a Salamander created multivolume ZIP archive. (Not sure offhand about Vista/W7.)
Problem is if I create a multivolume archive & email it to (say a Lawyer), they (using XP) are not able to open the file.
In times of old, ARJ archiver (could do all kinds of things that ZIP & RAR couldn't/can't do, but that's besides the point) could create multivolume archives, but also had the ability to not split files across the volumes. The benefit that provides is that each individual volume (of a set) can be extracted individually. (Now if a single file, compressed, was larger then the selected volume size, that would not hold true, but again, not the point.)
So what I did was ...
Code: Select all
ARJ32 a Ang001.ARJ -vw3100000 -y -ve *.pdf
And then converted the .ARJ file into a .ZIP, which the REARJ program (part of ARJ) does nicely.
Code: Select all
REARJ *.arj /tZIP
Is there a better way?
I looked at 7zip & RAR (GUI's which I don't use) but did not see that they are able to do anything like that.
Code: Select all
The modifier "w" specifies to ARJ that files are NOT to be split
across volumes except for one case. That case is where the
archived file would not fit in ONE whole volume. This feature
does not optimize the use of space in these type of volumes.
With this feature, it is possible to have a volume of only 100
or less bytes.