Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 809 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 809 Bytes

How to ZIP multiple files into individual archives HitCount

50 Lines of code to automate multiple files archiving into individual archives.

Description

This automation script takes directory name as input parameter. l_dirname is the variable. pass the full directory path (which contains files to be archived individually). For example: (Windows: C:\\Users\\xyz, Linux: /usr/tmp/)

How to use

  1. Download or clone this repository.
  2. Extract to some location.
  3. edit zip-multiple-files-individually.py and assign the l_dirname variable.
  4. Run zip-multiple-files-individually.py

You can do a lot more things by the small code change.

** SUPPORT OPEN SOURCE **