Create zip file for modified folders with one click
-
Create a text file named TaskList.yml in the same folder as the executable
-
Edit the file following below example
- Name: A Task
SrcFolder: Folder to compress
ZipFilePath: Output file path
Confirmation: false
Level: Optimal
- Name: Another Task
SrcFolder: Folder to compress
ZipFilePath: Output file path
Confirmation: false
Level: Optimal
- Run the executable once you want to create lastest compression file for any of the tasks
NOTES:
Confirmation - If the output file for a task is existed in the disk, this property determines whether the program should prompt you whether to overwrite the file before the task begins, by default, it overwrites existing files
Level - possible values are NoCompression, Fastest, Optimal