I'm trying to batch decompress epub files using eCanCrusher, but if I click & drag multiple epub files onto the application, it will only unzip a single file. I usually work on dozens of epubs at a time, and it's tedious to have to drag them to the application one by one.
I'm trying to use Automator to automate the decompression process. However, the files need to be opened one at a time, not as a batch (since the application will only open a single file). I'm struggling to find a way to loop through a folder of epub files in Automator so that it opens them one by one. It looks like there may be a way to do it with AppleScript, but I'm completely unfamiliar with the language.
Appreciate the help, thanks