Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 1
    Maybe you can code a script in a language with a Zip library (such as Python) which will loop over the entries of the zipfile to extract them under a new name? Commented Jan 28, 2016 at 14:01
  • You're saying that the filenames inside the ZIP are corrupted? Or that the ZIP archive filename itself is corrupted? Commented Jan 28, 2016 at 14:22
  • @igeorget If that's the simlplest way. Though I have never programmed in Python yet. Commented Jan 28, 2016 at 14:22
  • @roaima The filenames inside the archive are corrupted. Commented Jan 28, 2016 at 14:23
  • 2
    See also rename files in a zip archive before extracting (there'a python solution there...) Commented Jan 28, 2016 at 14:44