• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Anyone know how to unzip multiple files from multiple directories into one directory?

wasssup

Diamond Member
The title says it all 🙂

i thought i could use xcopy to parse all the directories and copy everything into one destination directory, then just use "pkunzip *.zip" after that..but I don't think xcopy lets ya copy it that way 🙁
 
I am pretty sure if you ctrl click each file, and then right click, you'll be able to extract them all into 1 dir. I can do this with WinRar, anyway. I don't know how well this works spanning multiple directories, though.
 
winrar has the option to Do Not Extract Pathnames

is this what you're looking for? I don't understand the question 100%
 
well, I had a few hundred directories, and inside each directory there was a zip file. I wanted to unzip every file into just one directory, and I wanted a program that would span all the directories and batch unzip every file (so i didn't have to waste my time).

thankfully winrar did the job 🙂

thanks again for the help 🙂
 
Back
Top