Hello.
Is there a way to make unzip overwrite the existing files in folder?
For instance I have several zip files and in each file there is an important file and a readme.txt file.
The script extracts the first file and at the second one it gives error:
Some file(s) inside archive.zip already exist on download directory
and stops.
Any way to make it overwrite or skip?
Is there a way to make unzip overwrite the existing files in folder?
For instance I have several zip files and in each file there is an important file and a readme.txt file.
The script extracts the first file and at the second one it gives error:
Some file(s) inside archive.zip already exist on download directory
and stops.
Any way to make it overwrite or skip?