ooo, this trick seems to work also
start "Calibre" /WAIT /MIN cmd /c (calibredb.exe ... )^>tmp.txt
quotes seem to work fine with the (), for example:-
start "Calibre" /WAIT /MIN cmd /c ("c:\Program Files\Calibre2\calibredb.exe" list --separator , -w 255 -f authors,cover -s "title:Zero Game")^>tmp.txt
enjoy!
|