When we ask users to send us their data files for analysis, we sometimes need files with three different file extensions. For example *.db? (gets DBF and DBT), *.ini and *.mem. In some zip programs like 7-Zip we can list all those specifications separated by semicolons and get only what we need.

Can the file specification in SetupBuilder's ZIP utility handle *.db?; *.INI; *.MEM? We do not want to zip the entire folder, that would produce a HUGE zip file containing tons of information that we do not need. The file would be so large that many email programs would reject it as an attachment.

Our other alternative is to produce three zip files, one for each file specification shown above and then have the client attach all three to an email....

Any suggestions?

-O. D.-