Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to extract sequential files multiple zip files at once

On Windows:
copy /B input.z* output.zip

Or Linux (or if you've got Unix command line tools on Windows using Cygwin or GnuWin32):
cat input.z* > output.zip
 
PREVIOUS NEXT
Tagged: #extract #sequential #files #multiple #zip #files
ADD COMMENT
Topic
Name
9+2 =