You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
212 B

  1. SET ZIP_EXEC="C:\Program Files\7-Zip\7z.exe"
  2. rm -rf zip2exe_tmp
  3. mkdir zip2exe_tmp
  4. %ZIP_EXEC% x "%1%" -ozip2exe_tmp -y
  5. cd zip2exe_tmp
  6. %ZIP_EXEC% a -sfx7z.sfx %1%.selfextract.exe * -mx=9 -m0=LZMA2 -mmt=off -md=512m