Probably not possible to unzip files natively with dos...so what other ways can i unzip files through the command line? Preferably using open source/free tools
Thanks
|
|
|||||
|
|
|
You could use : http://membrane.com/synapse/library/pkunzip.html or 7zip: http://www.7-zip.org/download.html Free byte zip: http://www.freebyte.com/fbzip/ or infozip: http://infozip.sourceforge.net/ |
||
|
|
|
|
If you already have java on your PC, and the bin directory is in your path (in most cases), you can use the command line:
or if not in your path:
Complete set of options for the jar tool available here. |
|||
|
|
|
|
Grab an executable from info-zip.
|
||
|
|
|
|
7-Zip, it's open source, free and supports a wide range of formats. |
||
|
|
|
|
A quick Google search turned up this. That works in windows (it's not clear whether you mean that you're using Windows, or the OS is actually DOS). |
||
|
|
|
|
EDIT: I am an idiot. I meant Info-Zip, but wrote and linked to gnu zip. Sorry. :( |
|||
|
|
|
Originally ZIP files were created with MS-DOS command line software from PKWare, the two programs were PKZIP.EXE and PKUNZIP.EXE. I think you can still download PKUNZIP at the PKWare site here: http://www.pkware.com/software-pkzip/dos-compression The actual command line could look something like this: C:>pkunzip c:\myzipfile.zip c:\extracttothisfolder\ |
||
|
|