Skip to main content

Questions tagged [extract]

The process of reversing data compression and/or archiving

0 votes
0 answers
26 views

How to open an embedded tagged google map in a new tab full-screen style?

I often come across web sites that show their business locations on an embedded tagged google map such as this one: https://ibis.accor.com/de/ibis-budget.html Please scroll down to find the map - it ...
r2d3's user avatar
  • 3,748
0 votes
0 answers
146 views

How to extract subtitle from usm file

I would like to extract subtitle.txt from usm file, I tried use ffmpeg but it show unspuported file. Hexedit show that file has txt extension. Ffmpeg support demux cri usm file, but I cant figure out ...
Marcin Nancin's user avatar
1 vote
0 answers
160 views

Can FFMPEG extract still images from video based on video "SMPTE timecode" hh:mm:ss:ff?

Is there any way to extract still images from video based on video "own SMPTE" timecode? (hour:minute:second:frame) as seen in the "Timecode Handler" recognized by ffmpeg. I would ...
Barcud's user avatar
  • 11
0 votes
1 answer
38 views

Trying to find elusive images

I have an application that contains some images that I'd like in file form, however these images are not anywhere in any other related folders, neither does the application extract these images from ...
Maze's user avatar
  • 1
1 vote
1 answer
393 views

exe file does not open after extracting from an archive

I came across a very strange situation for me. I transferred all of the files uploaded on a disk with medical scans (CAT scan) to my flash drive and then from the flash drive to my PC. These are the ...
Math Student's user avatar
0 votes
0 answers
116 views

recreated iso from files/folders of an extracted bootable iso but it is not bootable

I have a bootable iso file of a disk imaging software. I have tested this and it boots without a problem from my multiboot ventoy flash drive both in UEFI and MBR modes. I checked that it shows as ...
Sanjit Keskar's user avatar
0 votes
2 answers
431 views

Extracting Domains from URL in EmEditor or NotePad++

Suppose I have a list of domains mixed with subdomains As shown below; sub1.domain1.com sub2.domain2.com sub3.domain3.com and I want to extract just the domains from the list to give the preferred ...
Samantha's user avatar
1 vote
1 answer
203 views

How to extract database from WhereIsIt catalog software and save that database as an excel or text file?

can anyone knows how to extract database from WhereIsIt catalog software and save that database as an excel or text file?
Just Me's user avatar
  • 866
1 vote
1 answer
436 views

Exporting info from a text file using batch

I am trying to get the path for the OU my laptop is currently in. Here is what I have gpresult /r /scope computer >> c:\temp\ou.txt FIND "CN=" "C:\Temp\ou.txt" > C:\Temp\...
BatchKing70's user avatar
1 vote
1 answer
545 views

I want to extract some IP addresses from a text file containing port, protocol and if its open or not

I have this file containing around 6700 IP addresses and I need them all extracted to a different file. I sadly can't find any solution out here so the file pretty much look like this: open tcp 25565 ...
maxiwee's user avatar
  • 19
0 votes
0 answers
224 views

Extract files in order by numbers at end of filename (windows)

I want to use a Windows .bat file to extract a number of files in a folder. I have files with numbers at the end of filename, just before the extension, and I need to extract them in order of these ...
Antóin's user avatar
1 vote
1 answer
8k views

How can I extract a subtitle in "HDMV PGS" format from a video with FFmpeg?

I'm trying to extract a subtitle in "HDMV PGS" format embedded in a video with this command ffmpeg -i Movie.mkv -map 0:s:0 subs.srt from an answer on Super User command, but it gives the ...
Idhtft's user avatar
  • 11
1 vote
1 answer
217 views

Trouble Unzipping Wikipedia Dump

My use case is I need to parse text from wikipedia articles. There is a dump available at https://dumps.wikimedia.org/enwiki/20221001/ that contains the files I want. Essentially the articles are ...
Len White's user avatar
  • 123
0 votes
1 answer
316 views

Extract a single subfolder from a zip file on windows

I am new user . I want delete 1 folder from multiple ZIP file Folder name is common i.e "HIL" . and it is taking time to delete this folder manually so can we create batch file? Please guide
AshRick's user avatar
1 vote
1 answer
2k views

Extract text using RegEx without VBA

I have the following text, and I'd like to pull the PO number. Sometimes it starts with the words PO, sometimes it doesn't. If it doesn't, then PO number will start with either 901 or 902. PO or PO ...
David.L's user avatar
  • 13
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

Removing date from datetime (VBA Excel)

I need to delete the date from mulitple rows with a datetime value. Or extract the time to another cell. For example: A1 = 3/11/2022 10:20:00 A1 after macro = 10:20:00 or A1 = 3/11/2022 10:20:00 A2 = ...
larsnl's user avatar
  • 1
1 vote
1 answer
858 views

How do I extract images from an unknown file? (might be an .SO)

I have a file taken from an apk of an old videogame made for an old android phone. It has no file extension and is simply titled "images". MediaFire reads it as an .SO file, but I don't know ...
Loldfish's user avatar
0 votes
1 answer
873 views

Is it possible to extract specific sentences with same certain format and save them to a text file in Microsoft Word?

For example, when examining a document that is a novel or fiction, I wonder if I can get all the dialogues? Because they have the same format, like "What a nice day!" and "Hello!" ...
Hotaru's user avatar
  • 1
0 votes
1 answer
565 views

Outlook VBA - open email attachment in appointment and extract sender's email address

I have over 200 calendar (appointment) entries and all of them contain the original email message as an attachment. I need to extract the sender's email address from the email attachment in the ...
BobH's user avatar
  • 1
3 votes
1 answer
3k views

Extracting DVB_subtitles with ffmpeg fails with empty file / nothing encoded

These are the streams contained: Stream #0:0[0x247]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #...
udippel's user avatar
  • 31
1 vote
1 answer
890 views

Apache Tika: Where to place tika.xml to disable OCR

I am running Apache Tika to extract text from a bunch of MS Office documents. My command looks like this: java -jar "c:\path\to\tika-app-2.0.0.jar" -t ... (I am running this command on Win10 ...
I Z's user avatar
  • 489
0 votes
2 answers
2k views

How to extract numbers from string and separate them by comma (or other separator) (substitute, replace, erase, isnumber, remove, delete, ...)

I need to extract numbers from a string in Excel and the numbers need to be separated by a comma as shown in row 3 (or any other separator). I can extract the numbers in row 1 by: =SUMPRODUCT(MID(0&...
MsGISRocker's user avatar
2 votes
1 answer
3k views

Tar failing to extract specific files

I am extracting a number of .tar.gz files using a batch script in Windows. The tar files are all different data sets and should generally have the same directory and file structure, just with ...
David K's user avatar
  • 341
1 vote
1 answer
4k views

Extract rows with specific phrase at specific column from text file using batch file in Windows

I have a text file (epin.txt) having >2 millions of rows. Sample text: 182060045892569246925460002021 03560000000020000840000000000000ABDRGS00IN0000MMFADT265000 0917 P81 001 ...
tdas777'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
-2 votes
1 answer
141 views

Extract string and save each in txt

I have a file text with inside : line1 name1 line2 name2 How can I extract as this? Extract & copy line1 to a new file saved as name1 Extract & copy line2 to a new file saved as name2 I used ...
Iztac's user avatar
  • 1
1 vote
1 answer
349 views

Extract files from Windows floppy writer exe

I have some files that are PE32 executable (GUI) Intel 80386, for MS Windows, according to file, and only want me to "insert a floppy" when run. Is there some way to extract the files from ...
Tomas By's user avatar
  • 169
0 votes
1 answer
252 views

MS Paint/Wordpad 'Open', 'Save', and 'Save as' icon locations

This is most definitely the wrong forum to post this on, but I couldn't work out where else this would go on this list. Where on Windows are these three icons saved? Using IconsExtract, I've looked ...
Ero's user avatar
  • 1
1 vote
3 answers
2k views

Notepad ++ extract MAC addresses from text

How to extract MAC addresses from text to get a list where each line is one MAC adress only? I try to mark MAC addresses with regex, bookmark lines and delete unmarked lines but there is still too ...
Slavisa Kostic'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
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
1 vote
0 answers
76 views

Extract rows into a limited template based on multiple criteria

I have an issue in extracting from "Datadump" into several continuous "Template" (as the template can only contain 10 rows of item). Here are my intentions: From the data dump (sample above), is it ...
albert's user avatar
  • 11
1 vote
2 answers
294 views

MSI: list required CAB files

If I try to extract a certain file: lessmsi x windows%20sdk%20desktop%20libs%20x64-x86_en-us.msi I get this message: Error: System.Exception: The file "C:\sdk\58314d0646d7e1a25e97c902166c3155.cab" ...
Zombo's user avatar
  • 1
0 votes
2 answers
1k views

Excel: Column comparison with dates and values

I currently have 4 columns that contain data on Bitcoin Prices and S&P 500 closing day values, as well as their respective dates: Since the S&P 500 is closed on non-trading days and the ...
Ezra Womark's user avatar
0 votes
2 answers
1k views

How to extract several folders from a very large .tar.gz file on Windows 7?

I have a 150 GB tar.gz file and a Windows 7 machine. I cannot decompress the whole file because it would require a lot of space which I do not have, thus I am looking for a way to extract only several ...
Davood Zeinali's user avatar
0 votes
0 answers
372 views

How to get macOS Catalina virtual disk?

I want to create a Mac virtual machine in VirtualBox on Windows 7. Apple gives you the option to download the beta version of their last operating system which is macOS Catalina for free from here: ...
Pirlo's user avatar
  • 1

15 30 50 per page
1
2 3 4 5 6