add files in folder without subdirs
A free file archiver for extremely high compression
Brought to you by:
ipavlov
How to add to archive only files from specified location excluding all subdirectories?
7z a resources.zip .\src\resources\*.*
7z a resources.zip .\src\resources\*
Both add all subdirectories in .\src\resources\ to archive, but I need only files to be wrapped.
cd /D .\src\resources\
7z a c:\resources.zip * -x!*\