Hoping someone might be able to code this, or help me! It's just so hard. I keep trying but I don't think I'll really get it.
I am extracting RARs that have been split into multiple parts.
eg.
MUSIC.part1.rar
MUSIC.part2.rar
MUSIC.part3.rar
What I want to do is, after manually selecting the first (or any rar) in the set, have a button that will:
[b]1. Extract to a new folder named after the rar set: "Music".
- Move all the rars from that set (Music.partX.rar 's) to a folder named after the rar set and with "RARS" appended to the end: "Music -rars"
[/b]
- I'd like to be able to do it by working on all rars in folder or all the selected ones. (maybe more complicated).
Like I've made a lot of test buttons now, but I can't get it. But I get kinda close now and then, in a not really kinda way.
I've sort of managed to automatically select a set of rars (from matching the selected one), but only when I stripped the .rar from the end. Then move them to a folder named after the first one with "rars" on the end.
I have tried so many different little variations, and none are getting any closer, so I think I might be going at it the wrong way.
Can anyone here help me with this, please?
Can this be done?