How do I extract zips in different folders to their source folder, and not all in one?

rpgsuperfan

New member
I downloaded about 200 zips full of custom levels for a game I play. They're set up as packs of levels, and I'd like to keep the levels separated by packs for organizational purposes. The problem is, within each zip is several zips containing the files that the game uses. Unzipping the packs worked fine because that was the first layer of directories, but now unzipping the zips inside the newly created pack folders is a hassle because no matter what I do all the contents get dumped into a single folder, rather than the folders with the zips they came out of. I can extract all the levels within one pack's folder the same way I extracted all the packs, but with the number I have that would take ages. I used winRAR's "Extract each archive to separate folder" option to make each pack its own folder and that worked fine, but doing a search for *.zip and running that command puts all the levels' folders into a single destination folder, rather than as subdirectories in their packs. Anyone know how to accomplish this?

Sorry if my explanation is confusing, I'll try to make it clearer if you need it.
 
Back
Top