Quote:
Originally Posted by chaley
Dos cmd is indeed broken, getting very confused by escaped quotes ("") and spaces, but the following works on Win7.
Code:
calibredb list -s "title:"""=The Twins""
|
Holy cow, that did it! Thanks *so* much. PowerShell didn't want to seem to cooperate either, even using "here-strings" and/or the backtick (yes, they use the backtick!) escape character.
Just for posterity's sake, that command also works on XP.