Automatically zip some files in a folder

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...

2

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like