Reason: jZip inserts an advertisement file into the .zip archive, while 7z doesn't seem to.master
# Create the zipfile. | # Create the zipfile. | ||||
rm -f $ZipFile | rm -f $ZipFile | ||||
jzip -p -r $ZipFile $DirName | |||||
7z a -tzip $ZipFile $DirName -r | |||||
echo Created zipfile $ZipFile | echo Created zipfile $ZipFile |