Skip to main content

Questions tagged [extract]

The process of reversing data compression and/or archiving

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
5k views

Extract mkv metadata / headers into a file

I've got several thousand mkv-files. I need to extract 2 metadata information of these files into a list, specifically the file resolution (e.g. 1920x1080) and if exists (!) the information the aspect ...
Basti303's user avatar
1 vote
0 answers
248 views

How can I unzip files in a child directory?

Say I have the following directories and files /folder1/subdir/zip1.zip /folder1/zip2.zip /folder2/zip1.zip /folder2/subdir/zip2.zip If I am in /, how can I extract all .zip files quickly? Edit: The ...
twlscnds's user avatar
  • 121
9 votes
2 answers
3k views

Why my CPU and HDD is not working on 100% during extractions, installations and so on?

Why my CPU and HDD is not working on 100%? I have: CPU: Ryzen 5 3600 16 GB Ram HD: Samsung SSD 970 EVO - connected via M.2 port. Able to read 3.5gb/s and write 2.5 gb/s (tested). As you can see ...
Pete Zíťák's user avatar
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
0 votes
1 answer
2k views

Extract all zip files in folder and create folder with zip name and have folder include extension

The following code works great at extracting any zip-type files in current directory and subdirectories below. It will create a directory with the name of the zip file and extract the contents into ...
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
1 vote
0 answers
529 views

How to get an old ISO of a game to play music from the CD-ROM when the CD is not inserted

As a kid, I got a free racing ad-game on CD-ROM, from the same company who made Mall Maniacs. As the disc's becoming 20 years old, and the publisher went bust in 2003, it felt mandatory to make an ISO ...
Åskblad's user avatar
1 vote
1 answer
16k views

How can I extract Image Files from an exe?

I want to know how can I extract images from an exe. If you want to check out here is the exe
Anonim's user avatar
  • 11
0 votes
1 answer
113 views

How do I extract a field from a dataset .txt file and save it in a new file using terminal on a Mac?

I want to extract the 9th field from the data set and save it in a new file using terminal. This is what I have: cut -f 9 file.txt > newFile.txt When I run this command, it extracts the whole file ...
Japio7's user avatar
  • 1
1 vote
0 answers
1k views

Is it possible to partially extract a zipped file?

Is it possible to extract only part of a file from a .zip archive? The file is plain text, and it is much bigger than available disk space. Is it possible to extract it in parts?
Nick L's user avatar
  • 11
0 votes
1 answer
543 views

I have pictures of 2 graphs and I need to extract the curves, change colors and paste both on a same graph in order to compare them

so basically the title. Here's the graphs, so basically I need to compare both charts. I'd like to take the curve on one chart, change its color and paste it over the second one like on this chart ...
Poux3's user avatar
  • 1
2 votes
1 answer
2k views

How to extract specific length urls from text file using Notepad++

I am trying to extract the list of URLs from the text file using notepad++ and have tried different expressions as well, but it is replacing the URLs instead of extracting them. href="https:/...
Mr.Devops's user avatar
  • 123
0 votes
1 answer
384 views

Extract MID between characters, but from second instance in Excel

I need to isolate the middle string of text from a line. The number which follows the "Q." "400" When I pull the MID section, it grabs everything from the FIRST "S" to the end of the "Q400" ...
Melissa's user avatar

15 30 50 per page
1 2
3
4 5
20