Quote:
Originally Posted by JSWolf
Mobi2oeb is not quite the same. If you are mass converting, then you'll end up with the images all in the same images directory if you do it all in the same directory. But you could modify your script to sort out the eBooks based on the title and create seperate directories and move each eBook and go to each directory and then run the command. Mobi2oeb works way better then mobihuff. And in some cases, better then mobi2html.
|
So By default, Mobi2Oeb uncompress's all files to one folder?
Can you set which folder it uncompress's to, or does it only allow to the root folder.
If it does, could you use something similar to what you can do with Mobi2Html, where you can put an output folder, which in combination with the FOR command
Code:
For %%i in (*.prc) Do mobi2html.exe %%i %%~ni
Extracts all the files (images and all) in a ebook to a folder of the same name