Skip to main content

All Questions

Tagged with
0 votes
1 answer
182 views

Batch extract 7z files and use each output as input for another tool

I'm a bit new to scripting and here's what I would like to ask for help with, please. I'm looking for a batch script to be run against cmd.exe. I have a folder with hundreds of .7z archives. Each ...
Global's user avatar
  • 11
0 votes
1 answer
1k views

7z command does not extract individual partition from dmg file

I have a file called BaseSystem.dmg which contains a hfs+ system image as well as other files. flex@flex-ubuntu:~/Documents/MacOS2$ dmg2img -l BaseSystem.dmg dmg2img v1.6.7 (c) vu1tur ([email protected]....
FlexMcMurphy's user avatar
1 vote
1 answer
3k views

Using 7zip to extract a CAB file of drivers. Where do you extract them?

I have a Dell E5450 and I have downloaded the Windows 10 driver pack cab file from Dell. I'd like to use 7zip to extract these driver files to their proper location on the windows computer only using ...
newman's user avatar
  • 13
0 votes
1 answer
803 views

Loop extract zip files and handle nested zips

I have a command that will extract all zip files within a directory. The issue is you may have nested zip containers (zip inside a zip). What I would like it to do is go through one run, and then do a ...
SlothLovesChunk's user avatar
2 votes
1 answer
1k views

7zip: how to convert Linux SFX archives to Windows SFX?

I need to compress some files in archives that can be opened by everyone using a Windows PC without 7zip installed. I thought of running 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=64m -ms=on -sfx -pXXXXXX &...
Polizi8's user avatar
  • 163
0 votes
1 answer
709 views

7Zip CLI multipart extraction issue. Proceeding part overwrites existing

I am looking for a way to use 7zip to decompress multipart achives via CLI. So far I have the below which extracts as expected but instead of joining the parts, overwrites the existing contents with ...
David's user avatar
  • 139
5 votes
2 answers
20k views

Batch extract files from every archive with 7-zip

I want to use this code in a batch. First step is to input source folder which tree would look like this: What I want to achieve is to extract every type of archive within the source folder to the ...
Rayearth's user avatar
  • 355
-1 votes
1 answer
217 views

Optimal compression parameters to improve unzipping speed?

Which parameters for compression into a ZIP-archive will result in optimal unzipping speed? The size of the archive does not matter a lot in this case. I was going to use 7-Zip. Maybe other tools ...
Andrej's user avatar
  • 159
18 votes
4 answers
85k views

7zip - Create self-extracting Archive (sfx) with specified Extract path

I am trying to get the 7zip SFX archive to create an executable. I am able to get the executable. But when I run it, it give the downloads path for Extract to:. I would like to to change to %AppData%\...
DigitalNomad's user avatar
  • 1,718
2 votes
3 answers
11k views

How can I extract multiple 7zip archives to folders with the same names in Linux?

I have about 300 7zip archives, each with several files in them, and no directory structure inside. I need to extract all these archives to folders that match the respective archive. Example: foo....
user avatar
2 votes
1 answer
4k views

Extracting .7z file with Unrar.exe and command line?

With WinRar.exe 5.00 we can extract a .7z file. (with right click on a file and extract it) but with Unrar.exe 5.00 and the following command line C:\Program Files\WinRAR>unrar x "C:\Users\...
Mohammad Dayyan's user avatar
0 votes
0 answers
4k views

Unzip .gz file in windows batch script using 7zip

I have 7 zip installed on windows machine. I have to extract .gz files into .txt files. I am not able to find a suitable command to do that. I tried below : 7za e %SFTP_INDIR%\DFUView.20150531060116....
Novice's user avatar
  • 43
0 votes
1 answer
2k views

How to extract 15GB rar file containing mkv video files

I have a .rar file that contains 15 GB of mkv video files. I am using Windows 7 64 bit and all hard disk partitions are NTFS. There is 500 GB of hard disk space and 4 GB of RAM. I have tried ...
Ramesh Manda's user avatar
1 vote
1 answer
206 views

Extracted files not recognized

I extracted a tar.gz file with 7-Zip. It worked fine, all the files and folders are now visible and have names, different size and so on, yet I cannot open them. And the icons are all the same - a ...
user avatar
0 votes
1 answer
2k views

Can decompress RAR files with 7z.exe command line?

Can extract RAR files from the terminal with 7z.exe? Thanks! This lines doesn´t works on a Extract.bat file. 7z.exe X Xbox.rar -o
Javier's user avatar
  • 1

15 30 50 per page