Quote:
Originally Posted by toomanybooks
Now what is a terminal run?
|
Calibre has "command line" utilities as well as its GUI interface that you are familiar with. For how to open a command window (a terminal), see
Command Prompt Vista/XP/Mac. The command kovidgoyal gave you isn't quite right (list, not --list). What I actually did under Windows XP is:
Code:
cd C:\Documents and Settings\alan\My Documents\My eBooks\Calibre
calibredb list > books.txt
Note that the calibredb command will run from anywhere, but the "cd" command put me in the directory I wanted (which will be different in your case, just copy it from the Adress bar of a standard file window and paste it after typing cd in a command window).
The list of ebooks will then be in books.txt.