A simple windows command line tool
- to decompress and untar .tar.gz (.tgz) files
or
-just untar .tar files
C:\>TarTool.exe
Usage :
C:\>TarTool.exe sourceFile destinationDirectory
C:\>TarTool.exe D:\sample.tar.gz ./
C:\>TarTool.exe sample.tgz temp
C:\>TarTool.exe -x sample.tar temp
More details are on this post --
http://blog.rajasekharan.com/2009/01/16/tartool-windows-tar-gzip-tgz-extraction-tool/Note:
TarTool uses SharpZipLib
See licensing terms of SharpZipLib before reusing this code in one of your projects.
http://www.icsharpcode.net/OpenSource/SharpZipLib/