ghacks Technology News

Ask the Readers: Software to extract archives in multiple folders


Here is the problem that I’m currently facing. I sometimes download files from the Internet that are packed and placed into different folders of the same hard drive. I normally unpack them in each folder separately which takes quite a bit of manual work depending on the amount of folders with files that can be unpacked.

I was not able to come up with an application that would recursively scan all folders and subfolders that I point it to and unpack all files found inside those folders. It should be able to handle the most common formats like zip and rar and have no problems with multi-volumes.

What could work – was to lazy to figure that out yet – would be to create a batch script that would process the folders one by one. My question however is if there is an application that is capable of extracting archives in different folders in one go. If you know of an application or have another tip let me know please.




Tags: , , ,
Categories: ask the readers



Related posts:

Extract archives from multiple folders at once
Extract several archives with multiple volumes at once
Synchronize multiple folders at once
Windows Software To Create Multiple Folders At Once
IZArc a great universal archiv software
PeaZip an alternative to IZarc ?
Unpack Installers With Universal Extractor
How to extract multiple independent rar files

13 Responses to “Ask the Readers: Software to extract archives in multiple folders”

  1. Enigma says:

    Unpacker is the only thing I have come close to
    http://www.snapfiles.com/get/lwunpacker.html

  2. Rarst says:

    Pretty rare function.

    WinRAR (shareware) can do this natively – select folder, press extract button, select “extract to separate folders” option (or something like that, I have non-english interface) – otherwise it would only process first found archive.

    Long (but free :) ) way – windows find function, search for all archives, select all of them, right click, process with capable archiver that can work with multiply files and can integrate to context menu (tested with 7zip, option is “unpack to *”). Main problem – it’s hard to predict where unpacked folders wil land (near one of multiply archives, no idea how is location chosen).

    Update – figured it out. “Extract” option, type path like “c:\unpacked\*\” and each archive will be unpacked to separate sub-folder (generated from archive name) in “c:\unpacked\”

  3. Dan says:

    Try WinRAR, it has a shell right-click option to extract multiple files to their own directories.

  4. Harsh says:

    WinRaR does that for me

  5. Moose says:

    I use ExtractNow – perfect for this job! I’m sure I’ve mentioned it on here before…

    http://www.extractnow.com/

    “ExtractNow is a simple utility that allows you to extract multiple archives quickly and easily. ExtractNow is not a complete archival solution. It’s main purpose it to allow the user to extract multiple archives easily.”

    Even does the recursive scan you want :) Just drop the top level folder on it…

  6. Martin says:

    Excellent choices guys. Thanks so much, will try them out and write an article about it.

  7. Moose says:

    You already did :P http://www.ghacks.net/2007/07/29/extract-now/ I knew I’d mentioned it before :D

  8. mouser says:

    While a little more complicated to learn than the dedicated programs mentioned by others, you might also check out my strange “Drag+Drop Robot” program:
    http://www.donationcoder.com/Software/Mouser/dragdrop/index.html

    It was basically designed to let you run other commandline tools in situations like the one you describe. On the Drag+Drop Robot webpage you’ll even see a demo movie which shows it being used to zip and unzip large groups of files.

    Again, i don’t think the program would be overkill for what you are trying to do since there are other programs designed specificially for what you are wanting, but if for example you needed to do other stuff as you unzipped or if you needed more control over the operation, you might find it useful.

    -mouser

  9. Martin says:

    I knew I’m good but that good, nah ;) Mouser sounds really nice, will give it a closer look.

  10. m--s says:

    Use filemanagers!

    You could try Far Manager, or Total Commander (and as a FREE alternative, Necromancer’s DOS Navigator – it isn’t only for DOS anymore).

    I am using file managers extensively, and the task is trivial for all three of them, although, under each of these you need to use other features to achieve this. In Far it will be a “find” option followed by selecting everything and extracting all. In NDN it will be the “flatten” option, then selection and extraction. I don’t remember right now how to do this under Total Commander, but I am sure there is an easy way to do this.

  11. Roman ShaRP says:

    I can use it via Search tab of my filemanager (Altap Salamander, formerly known as Servant Salamander). Because it supports Explorer context menu, than I can select all archives, and extract them via 7-zip (it can extract every archive in separate folder).

  12. Thinker says:

    WinRAR is best solution for me too :)

  13. Syahid A. says:

    Nice set of tools in the comments here. I don’t know that WinRAR can do this!

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2009 Ghacks.net. All Rights Reserved. Privacy Policy - About Us