Originally Posted by kovidgoyal
From the Because I Can Dept.
Code:
calibre-debug -c "from calibre import walk; import os; os.system('any2epub ' + f) for f in walk('.') if f.endswith('.prc')]"
That will run any2epub on all PRC files. Ofcourse, you're probably going to want to specify the -o option to any2epub as well
|