Menu

#223 Batch extraction hangs

open
nobody
None
5
2012-12-07
2004-03-26
Anonymous
No

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.

Discussion


Log in to post a comment.