Quote:
Originally Posted by Bertrand
Now the problem is, how do I pass this (big!) list of ids to the export command, in a batch file...
|
On Windows, the batch file would look like this:
Code:
FOR /F "tokens=*" %%g IN ('calibredb search tags:"my tag"') do (SET IDS=%%g)
calibredb export %IDS% --to-dir "I:\test"