Computer Tips - How can I get pkzip25 to save a tree (of files) in a sensible way?

Date: 2016apr11 Product: pkzip25 OS: Windows Q. How can I get pkzip25 to save a tree (of files) in a sensible way? A. Use these options:
pkzip25 myarchive.zip -add -recurse -dir=specify myfolder/*
This will save the paths of subfolders (why isn't that the default!) It will save "myfolder" as the top folder. Don't forget the "/*" which tells it to save all files. We have another tip for using 7-Zip to make a smaller archive.