Batch extraction hangs
A free file archiver for extremely high compression
Brought to you by:
ipavlov
I've done the following on a command line in windows
for %i in (*.zip) do 7z x %i
First this seems to work fine, but if you execute that
command for a lot of files (i.e. 1000 Files), the process
suddenly does a loop forever.
If I call extraction for the hanging file manually it works.
If I repeat the procedure, the command hangs again,
but during extraction of another file.