Posts Tagged ‘zip’

20080826 Create .ZIPs from multiple folders

There we go with yet another exercise in Python :-) The idea here is to archive several folders, having each folder in a ZIP file. So if you have two folders, A and B, you end up with A.zip and B.zip. No doubt this can be done with shell programming (and it will be much [...]