There are many ways to unzip archives on Unix:
- How do you recursively unzip archives in a directory and its subdirectories from the Unix command-line?
- Unzip a bunch of zips into their own directories
The goal is to find all archives and uncompress them in their own directory (where each archive is found) on Windows.
Optional:
- remove the archive after unzip.
- record any error message if one archive has any issue during unzip.
I am looking for a plain DOS command line, using, for instance, 7z.exe
(which is included in the portable version of PeaZip).