Com o addon da linha de comando do winzip , você pode usar a opção -n
:
-n
Unzip only newer files. This option updates existing files if the archived file is newer and creates new ones if they do not already exist.
wzunzip -n "c:\my documents\spring2007.zip" c:\semesters\spring05
This example will extract, from c:\my documents\spring2007.zip, ONLY those files that are newer than the files that currently exist in c:\semesters\spring05 OR that do not already exist in the c:\semesters\spring05 folder.
Você pode querer combiná-lo com a opção -o
- "Substituir arquivos existentes sem um prompt (responder automaticamente" Sim "a cada prompt de substituição)."