Zip Command Line Qualifiers
/[NO]DIRNAMES
[Exclude] directory names from archive.
/EXCLUDE=filespec
Exclude files matching the file specification.
/EXLIST=filespec
Provides a list of files to be excluded from the archive
Notes:
/NODIRNAMES can be used to prevent Unzip from creating empty directories for files which are not included in the archive.
The /EXCLUDE qualifier can be used to exclude certain files when the list of files to be archived is wild-carded.
/EXLIST can be used to specify a file containing a list of files to be excluded from the archive. This can sometimes be easier and quicker than building an include list.