Tuesday, June 7, 2011

Zip files using batch file

You can zip files using batch file.
Example :
zip -r -9 -S -u C:\abc.zip C:\*.csv

Another way if you have winzip installed is,
Example :
WINZIP32 -min -a -ex C:\abc.zip C:\*.csv

1 comment:

  1. It is not working. Can you explain with a example and complete script.

    ReplyDelete