Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

HOW TO: Extract multiple archives in their respective folders.

Featured Replies

  • Author
  • Localization

cyberspeed, posted Tue Aug 28, 2018 1:34 am (37881)


Hello.

I looked around but couldn't find a specific command to my following example.

I have 10 folders, each folder has 4 different archives in it, I only want to extract from each folder a specific archive but to extract in its folder location of each of those 10 folders.
If I use this command at the root of those 10 folders:
Code:
*example.zip

It will ONLY extract those archives that match that name ONLY, while excluding the other 3 archives in each of those 10 folders, which is great, but on second step when asking where to save, it saves them in another folder, how can I prevent that? There has to be a way, I hope? Because when dealing with over 10,000 of files it makes a mess to have them in same folder because it also looses the folder structure.
  • Author
  • Localization

aluigi, posted Wed Aug 29, 2018 9:22 am (37914)


Basically you can't because the output folder is mandatory and I don't remember an option or a work-around to use the same folder of the file in case of multiple files.

So the solution I propose is the following:
Code:
quickbms.exe -F "{}example.zip" -d file.bms c:\input_folder c:\output_folder

-F will filter the input file (you can use *example.zip too, I prefer {} instead of * to avoid possible conflicts).
While the following is the explanation of the -d and -D options:
Code:
-d     automatically create an additional output folder with the name of the
       input folder and file processed, eg. models/mychar/mychar.arc/FILES,
       -d works also if input and output folders are the same (rename folder)
-D     similar to -d but will not create the folder with the filename
  • Author
  • Localization

cyberspeed, posted Fri Aug 31, 2018 12:05 am (37964)


Hmmm, I will most definitely give them all a try and see what I come up with.

thank you Luigi.

cheers
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.