I want to archive a folder but want to exlude all media files.

How do I leave out:

*.avi *.flac

when archiving?

link|improve this question

Asked and Answered here also....superuser.com/questions/28162/… – Moab Sep 7 '10 at 22:24
feedback

1 Answer

up vote 4 down vote accepted

Only possible in command line version, doesn't work in the GUI [Add to Archive] dialog

7z.exe a Archive.7z C:\Folder\* -r -x!*.avi -x!*.flac
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.