Na? Wirklich?
Das steht in der Hilfe:
Since Version 1.6, FilZip supports Command Line access. At the moment, you can only add & extract files to archives. Here are the parameters:
Usage: filzip.exe <-command> [-<sw> [-<sw>...]] <archive_name> [<filename>...]
Example: filzip.exe -a -rp test.zip *.txt
<Commands>
-a : Add files
-e : Extract files
<Switches>
Add
r : Add recursive
p : Save path names
f : Save full path info
s : Load filelist from parameter file
Extract
r : restore path names
o : overwrite existing files
u : update older files
Note:
If you want to add a big number of files to an archive, write them into a textfile, one in each line, use the -s switch and run with this file as parameter. Example:
filzip.exe -a -rps test.zip param.txt