Skip to main content

I want to create multiple zip files of folders and sub folders but only want it to include AutoCAD drawing files, not any other files that may be in the folders and subfolders.

I have tried the ziparchiver which is very nice but it zips all files.

Any help would be greatfully appreciated.

I've used a SystemCaller to call the 7zip command line executable and perform actions on zip files that way. It's a bit more work that way but it gives you more control.


I've used a SystemCaller to call the 7zip command line executable and perform actions on zip files that way. It's a bit more work that way but it gives you more control.

nice idea.


nice idea.

Yeah, I had a recent job with almost 200 zip files, for each one I needed to delete one of the files in there and put another one back. So a couple of SystemCallers did the trick. I forgot how long it took in all, but it was in the "few minutes" range.


Thank you for the suggestions. I'll try exploring that option.


Reply