replzip 1.01
The poor man's installer

replzip creates a zip replacing the path of included files.

It runs like so:

   replzip myzip -p target/directory somewhere/file1 somewhere/else/file2
and it will create myzip.zip containing
   target/directory/file1
   target/directory/file2
replzip supports the deflate method with varying (0-9) levels. Both per-file and global zip comments can be set from the command line. It is not interactive.

You may download the full sources. You need zlib to compile it. You may also download a zipped win32 executable.

replzip is a modification of Gilles Vollant's minizip, that comes with zlib. Whilst minizip is Copyrighted by Gilles Vollant, my changes are Copyrighted by me and GPLed. You may contact me by e-mail about this software.

Have fun!

Changes:

29 Nov 2004: release 1.0 (still here)
 8 Mar 2007: release 1.01: allow replzip myzip -p blah @mylist

Copyright © 2004-2008 Vesely Alessandro. All rights reserved. See copying for details.