Open JohanHeyvaert opened 5 years ago
@JohanHeyvaert - I suppose you have issues with -keep false
when zipping a content (as you are able to use rd
command)? I will check this during the weekend.
That is correct. I use the following parameters: zipItem -source "!destPath!" -destination "!zipPath!" -keep no -force yes
destPath
is a variable containing a path to a folder.
zipPath
of course is a path to the destination zip file.
Hi, Thank you for this great script!
The option
-keep no
doesn't seem to be reliable though. Sometimes the source folder remains to exist; some of its contents was deleted, but not all if it. I've worked around this by performing an RD of the source folder aftwerwards.Best regards, Johan