Zip files

euclids

New Member
Nov 23, 2006
28
0

Now, I do not know how to merge and do this in Windows.

This is how I do it on Linux however:
Code:
$ cat Disziplin1.z01 Disziplin1.zip > Disziplin1-Full.zip
$ unzip Disziplin1-Full.zip
Archive:  Disziplin1-Full.zip
warning [Disziplin1-Full.zip]:  zipfile claims to be last disk of a multi-part archive;
  attempting to process anyway, assuming all parts have been concatenated
  together in order.  Expect "errors" and warnings...true multi-part support
  doesn't exist yet (coming soon).
warning [Disziplin1-Full.zip]:  102400000 extra bytes at beginning or within zipfile
  (attempting to process anyway)
file #1:  bad zipfile offset (local header sig):  102400004
  (attempting to re-compensate)
[Disziplin1-Full.zip] Discipline_Ep1_Uncensored_Subs.avi password:
  inflating: Discipline_Ep1_Uncensored_Subs.avi

In essence, the zip file has been split over multiple files and to unzip, I have to merge them. I presume there is a zip-program somewhere which do this automatically - but zip has no official standard for this, or so I am led to believe.

RAR, which is commonly used for splitting archives, has this in the standard.
 

Arikki

New Member
Jan 20, 2007
2
0
Thank you for your suggestion. i've try to find a command to togather files, but i dont know where it is and i cant merge them. Please, help me, if somebody can give me some solutions. Thank you for your advantage.