Command Line

If JZp is called without arguments, the standard GUI is displayed.

Command line parameters

jzip archive-name

The named archive is displayed in the JZip GUI.

jzip -s:script-file [-o:output-archive]

The named script file is executed. The script-file parameter can a single dash (-), in which case standard input is read. The -o: option specifies the output zip file, in which case the script-file could be just a simple list of files to be saved. Note: when the -s: option is present, no GUI is displayed. (It is possible to run scripts from the GUI using the File/Script menu option).