Is there a simple, automated way to convert a large number of files between ZIP and RAR formats?

I have about 500 RAR archive files and 300 ZIP files that I want to burn to a DVD and give to someone else. I would like these 800 different archives to be in the same file format, so either 800 ZIP files or 800 RAR files. (Or better: have both!)

The simple solution would be to extract every archive and then compress them again in one of the new formats. Is there a better solution? Perhaps some tool that can convert the archives directly without having to extract to temporary files first?

(Side question: does it also support other archive formats?)

1

2 Answers

There are probably several ways to doing this, but I'm presuming you have WinRar installed on your computer so:

  • Start Winrar

  • Tools > Convert Archive (or Alt + Q)

  • Add the folder where the files you want to convert are (this will parse through and add all archives you have specified in the checkbox area)

  • Click Compression

  • Choose Archive Format: RAR or ZIP

  • OK

2

When installing WinRar there's an option to customize the Explorer context menu. If you look around in there, you'll see an option for "Convert archive". Using this you could convert the ZIPs to RARs or vice versa with just a select a bunch, right click, convert.

Per pavsaund's comment, you can also enable this after WinRar is installed by going to:
Options -> Settings -> Integration -> Context Menu Items... -> Check "Convert archive..."

3

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