S
S
Stepan2019-06-29 21:30:51
Data archiving
Stepan, 2019-06-29 21:30:51

How to extract multiple nested archives?

I have an archive 10000.zip , it contains the archive 9999.zip , it contains 9998.zip and so on up to 1.zip How can I unzip them all at once?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rPman, 2019-06-29
@Stepashka20

since in tags 7z means the command will be using it

for /l %a in (10000,-1,1) do @"C:\Program Files\7-Zip\7z.exe" x -aos %a.zip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question