for %%H in (*.zip) do (
unzip -o %%H
FOR %%G IN (*.jpg) DO c:/im/ImageMagick-6.3.1-Q16/convert " %%G" -strip -interlace plane "%%~nG.pdf"
pdftk 0.pdf 1.pdf 2.pdf 3.pdf 4.pdf 5.pdf 6.pdf 7.pdf 8.pdf 9.pdf 10.pdf 11.pdf 12.pdf cat output %%~nH.pdf
del /f *.jpg
)