0

I am new user . I want delete 1 folder from multiple ZIP file Folder name is common i.e "HIL" . and it is taking time to delete this folder manually so can we create batch file? Please guide

2
  • What zip software are you using and what have you tried? Extract or delete?
    – harrymc
    Commented Sep 12, 2022 at 10:21
  • i am using 7 zip & winzip and i have to delete the file
    – AshRick
    Commented Sep 13, 2022 at 3:52

1 Answer 1

0

Use :

7z d archive.7z -r dir/

This recursively removes a sub-folder named dir from the archive archive.7z.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .