imagecmdwinzip

how to extract hidden zip file from inside an image


Today I saw a way to concatenate a zip file along with an image. But is there anyway to separate the two files again?

To concatenate the files I types the following in command prompt:

copy /b imagefilename + zipfilename [filename with extensions]

Now how to I separate these files to access them individually?


Solution

  • Use pkzipfix on the concatenated binary and it should write out the zip file.