Zipping files

S

Stephen English

I am processing hundreds of till files at regular intervals and I would like
to be able to this automatically from within my code.

Does anyone have an ideas on how to do this pleae?
Stephen
 
S

SusanV

You could use a command line compression utility like PKZip, and write a
batch file to do the job, then call the batch file.
 
Top