About 51 results
Open links in new tab
  1. 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 …

  2. 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.

  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. 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 …

  5. 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 …

  6. 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?

  7. 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.

  8. renaming the extracted file from zipfile - Stack Overflow

    May 20, 2017 · 30 I have lots of zipped files on a Linux server and each file includes multiple text files. what I want is to extract some of those text files, which have the same name across zipped files and …

  9. windows - How to unzip and rename a specific folder inside zip file ...

    Mar 2, 2022 · 0 I have a zip file located in my Documents folder, called "Test.zip" I would like to do the following: Using CMD (Not PowerShell, nor VBS Script) extract one folder inside this file "Test.zip" …

  10. windows 7 - Automatically extract and rename extracted file according ...

    Each zip file has a file in it named exp_1.txt. I would like to unzip each zip file and rename the extracted file from each zip file to what the zip file was named.