Quick question: Does anyone know a good program that unzips files? Free would be really good, as I can't see paying 30 plus dollars for winzip to unzip one file...
If you have the Java JDK installed, you can use jar to unzip zip archives using largely the same syntax as tar. A jar file is nothing more than a zip with some manifest information provided. Therefore jar can unzip a zip file.