Unzip files on BlackBerry
how to unzip files on blackberry
unzipping directly on your BlackBerry is not available without adding some additional software to your BlackBerry. An application called Ziplorer gives you the ability to unzip files on a BlackBerry. http://www.s4bb.com/software/ziplorer/
Zip A Folder
Linux and Free BSD, how to zip a folder. This is useful for backups, or moving to a new webhost.
zip -9 -r zipname folder
example: zip -9 -r myfolder.zip examplefoldername
-9 = best compression
-r = recursive

1 Comment