I'm looking for a program to automatically ZIP some files in a folder every x minutes. Is there a program to do it? Or is there an option to do this in the softwares like WinRar or 7-zip?
Thanks...
21 Answer
You can use the command line in 7zip to enable you to run it automatically.
On a command line, type the following to bring up the help:
7z /?Here's a page that describes a bit the command line options:Command Line Version User's Guide
Once you got that command working, you can create a recurring job in the windows task scheduler, and have it execute every X number of minutes.