Zip Command Line Qualifiers
/INLIST=filespec
Provides a list of files to be included in the archive.
/JUNK
Discard path information; store only the filename.ext
/KEEP_VERSION
Include the version number in the stored filename.ext(;vers)
Notes:
Either /INCLUDE or /INLIST can be quicker and easier than specifying an extensive exclusion list.
/JUNK can be used to “junk” the path information for the files being archived. No path information will be included in the archive.
/KEEP_VERSION can be used to include the version numbers in the archive, in case multiple file versions are being archived, and/or if it may be necessary to restore the original version numbers when the archive is unpacked.