How do I create a 7z file that had only files created after a specified date in it, using the command line?
feedback
|
|
You'd use a batch file that selects the files based on whatever criteria you wish, and then calls the 7z command line utility to compress these files as desired. | |||
|
feedback
|