Releases: Tom60chat/InstantZip
Releases · Tom60chat/InstantZip
v1.1.0
v1.0.1
Drag and drop
Drag the file you want to zip and drop it on InstantZip.exe
Shell
Write ./InstantZip.exe with the files you want to zip in a shell
Like: "./InstantZip.exe" ..\Release\net6.0\publish\*\ -d ./Out/ -c s
Usage:
- InstantZip files... [-d destination] [-c compression-level]
Arguments:
- -d destination directory/filename
- -c compression level
- n - No compression should be performed on the file.
- f - The compression operation should complete as quickly as possible.
- o - The compression operation should be optimally compressed.
- s - The compression operation should create output as small as possible.
v1.0.0
Drag and drop
Drag the file you want to zip and drop it on InstantZip.exe
Shell
Write ./InstantZip.exe with the files you want to zip in a shell
Like: "./InstantZip.exe" ..\Release\net6.0\publish\*\ -d ./Out/ -c s
Usage:
- InstantZip files... [-d destination] [-c compression-level]
Arguments:
- -d destination directory/filename
- -c compression level
- n - No compression should be performed on the file.
- f - The compression operation should complete as quickly as possible.
- o - The compression operation should be optimally compressed.
- s - The compression operation should create output as small as possible.