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.

Unzip files (7-zip) via cmd command

I try to unzip a file via CMD. So I install WinZip (and its plugin to cmd), WinRAR, and 7-zip. …

cmd 7zip winzip
7-Zip command to create and extract a password-protected ZIP file on Windows?

On Mac/Linux to zip/unzip password protected zip files, I use: Zip: zip -P password -r encrypted.zip folderIWantToZip …

windows encryption command-line zip 7zip
How do I make a self extract and running installer

So currently my users download a zipfile, unzip it and then run setup.exe - I would like them to …

7zip winrar sfx
How to create tar.gz archive file in Windows?

How to create tar.gz archive of my files in Windows to upload and extract in cPanel?

windows gzip cpanel tar 7zip
7-zip commandline

I'm creating a backup utility that zips all the files listed in a text file. I am using MS ACCESS …

command-line 7zip
How do I create 7-Zip archives with .NET?

How can I create 7-Zip archives from my C# console application? I need to be able to extract the archives …

c# .net compression 7zip
Running 7-Zip from within a Powershell script

I'm trying to use 7-Zip to backup some files inside a Powershell (v2) script. I have: $zipPath = "C:\Program Files\7…

powershell 7zip
Converting .bat to .exe with no additional external software (Create SFX)

Following the same steps as this guide. I am trying to convert from bat to exe without installing any new …

windows batch-file 7zip
How do I silently install a 7-zip self-extracting archive to a specific directory?

The Ruby Devkit is a 7-zip based self-extracting archive. I would like to invoke it silently without having to install 7…

command-line 7zip self-extracting
How to read contents of 7z file using python

How can I read and save the contents of 7z. I use Python 2.7.9, I can extract or Archive like this, …

python-2.7 7zip