Top "7zip" questions

"7z" or "7zip" may refer either to the open-source 7zip compression container format or to the program of the same name that is the flagship implementation of the compression format.

Extracting a 7-Zip file "silently" - command line option

I want to extract a 7-Zip archive in a Python script. It works fine except that it spits out the …

7zip
Programmatically extract tar.gz in a single step (on Windows with 7-Zip)

Problem: I would like to be able to extract tar.gz files in a single step. This makes my question …

scripting gzip archive tar 7zip
How can you download a file/zip from the commandline using putty?

I'm trying to write a batch script (CMD @ Windows XP Pro) that will automatically download and unzip packages with the …

cmd putty 7zip
Any good tool for browsing archives(Ear,War, Jar) on OSX

On Linux i can use file-roller and open an browse the content of an EAR file without manually open it, …

java macos zip archive 7zip
Sample C# .net code for zipping a file using 7zip

I have installed 7-zip 4.65 on my machine at C:\Program files. I want to use it in C# code to …

c# 7zip
7zip Ultra LZMA2 compression

How can I convert this settings into command? Here are the results: // Manual Compression (see the image above) Compressed Size: 12,647,451 …

batch-file command-line compression 7zip
How to use the 7z SDK to compress and decompress a file

According to this link How do I create 7-Zip archives with .NET? , WOPR tell us how to compress a file …

c# sdk 7zip compression lzma
Free compression library for C# which supports 7zip (LZMA)

I have a program (written in C#) that reads/writes its data directly (direct file access without server) to firebird …

c# compression 7zip lzma
Get Maximum Compression from 7zip compression algorithm

I am trying to compress some of my large document files. But most of files are getting compresses by only 10% …

command-line compression 7zip lzma
Compressing only files using 7z without preserving the path

I am using 7z command line executable to zip files, but I see that while adding to an archive the …

command-line 7zip