- May
- 13,399
- 190
First ZIP: The file didn't exist; it was created.
Then I added a file to the folder being zipped and edited a file that was already there.
Second ZIP: Nothing was added to, or updated in, the zip-file.
Then I added a file to the folder being zipped and edited a file that was already there.
Second ZIP: Nothing was added to, or updated in, the zip-file.
Code:
v:\> zip /u /r dt:\Projects.zip /[!*.vc.db] d:\Projects2022
<= D:\Projects2022\*
v:\> zip /u /r dt:\Projects.zip /[!*.vc.db] d:\Projects2022
v:\>