windowsbatch-filegziptarunzip

Unzip tar.gz in Windows


I would like to unzip Filename.tar.gz to Filename using single command in windows batch script All the files inside zip should go inside the Filename Folder I am trying to do in windows . I am not getting correct output. Can anyone suggest an idea


Solution

  • 7 zip can do that: http://www.7-zip.org/

    It has a documented command line. I use it every day via scripts.

    Plus: it is free and has 32 and 64 bit versions.