Skip to main content

Questions tagged [extract]

The process of reversing data compression and/or archiving

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

15 30 50 per page
1
2
3 4 5
20