About 50 results
Open links in new tab
  1. Is it possible to rename files in a zip archive before extracting?

    You can't, with normal tools, rename a file while it's in the ZIP archive. Best you can do is to rename files as you extract them.

  2. linux - How to rename files in zip archive without extracting and ...

    Sep 29, 2015 · I need to rename all the files on a zip file from AAAAA-filename.txt to BBBBB-filename.txt, and I want to know if I can automate this task without having to extract all files, rename …

  3. How to rename a file inside a zip file without extracting it using ...

    Aug 20, 2020 · An entry name appears twice in a Zip file, in clear, so you could change it by another name with the same length. Otherwise a tool can do the renaming by creating a new Zip file where …

  4. Unzip in VBA and rename output file to zip-file name

    Jun 19, 2024 · I just want to unzip a file and rename the output to the zip files name then (e.g. myfile.zip ---> myfile.xls). My zipfiles contain only one single xls file each.

  5. java - Rename file in jar - Stack Overflow

    Mar 11, 2021 · You can just uppack the jar. It is just a zip-file. Therefore, you should simply rename/remove the file within the zip. Since yml looks like a simple config file (which is simple text), …

  6. Powershell rename and zip files - Stack Overflow

    Jan 12, 2020 · Powershell rename and zip files [duplicate] Asked 6 years, 2 months ago Modified 6 years, 2 months ago Viewed 2k times

  7. Rename files written to zip file using Zipfile module python

    Jan 3, 2022 · How can I change the file name for files added to the zip file without affecting the original file?

  8. Powershell Extract and Rename as ZIP Filename - Stack Overflow

    May 10, 2018 · To get the current name of the .html file you could list zip file contents and after expanding simply rename.

  9. How to rename 7-Zip split files as name_00N.zip instead of name.zip.00N

    Aug 27, 2014 · Then, if the file name includes three different tokens, it is renamed as in your question's example; otherwise the file is not renamed. This condition allows to exclude the common files with a …

  10. Using a batch file, can I rename files within a ZIP file?

    Jan 2, 2018 · I have a batch file which renames files. Is it possible to rename files within a ZIP file? If not, is it possible to "extract" them in the background, rename them and "add" them back into the …