Quote:
Originally Posted by AnemicOak
There may be a way to batch convert, I'm not sure (someone here will know). In the Calibre GUI you can drag & drop your files and then you select the out put format you want from a drop down & click convert.
|
There's a way to batchconvert every file in a given directory to Mobipocket using mobiperl and the Windows CLI:
Code:
for "%1" in ("*.lit") do lit2mobi "%1"
You should be able to modify this to any other command line converter, and *nix-systems should have some similar mechanism as well.