View Single Post
Old 05-18-2014, 08:26 PM   #9
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
I have a VBS script that uses calibredb to export (copy) the epubs into a single flat folder, and the azw3 into another single flat folder


Code:
calibredb export --all --dont-save-cover --dont-update-metadata --dont-write-opf --format azw3 --single-dir --template "{authors} - {title}" --to-dir .....
http://manual.calibre-ebook.com/cli/calibredb.html

The script might not be exactly what you're looking for, but checkout the calibredb program

Last edited by phossler; 05-18-2014 at 08:28 PM.
phossler is offline   Reply With Quote