Allows you to compress a source file by generating a file with the name of the destination, using GZIP (default) or ZLIB (if parameter -ZL) formats.
Syntax |
COMP_FILE "source_file_path" "destination_file_path" [-ZL] |
---|---|
"source_file_path" |
Full name of the source file to be compressed |
"destination_file_path" |
Full name of the compressed file |
-ZL |
Specifies that the format of the compressed file will be ZLIB. (optional) |
Notes |
If omitted -ZL the format of the compressed file will be GZIP |