Answer the question
In order to leave comments, you need to log in
How to automatically extract the necessary file from the archives?
There are 1500 archives in 7z format. Each archive contains, among other files, a pdf file. Is there a way to automatically extract only the pdf file from all archives?
It takes quite a long time to manually open each archive and extract the desired file.
Answer the question
In order to leave comments, you need to log in
create a list of your archives as a text file, each file on a new line
create a xxx.bat file:
@echo off
for /f %%a in (путь_и_имя_файла_со_списком_файлов) do "c:\program files\7-zip\7z.exe" e "%%a" *.pdf
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question