Quote:
Originally Posted by phossler
Now I just have to figure out how to pass the txt file as a list of IDs to caliber export
|
The following works in Win 7 dos box, of course with appropriate changes for your configuration.
Code:
for /f "usebackq" %a in (`calibredb search "tags:science fiction"`) do calibredb export %a --to-dir=bar
And yes it is indeed ugly, but it works.