View Single Post
Old 01-27-2021, 05:37 AM   #1
billmandy
Member
billmandy began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jan 2021
Device: Kindle
Calibre Bulk Convert Script

Hello.
I would like to create a BAT file for Calibre that would convert all of the specified file types (DOCX, TXT, DOC, RTF, EPUB, MOBI) from a specific director to MOBI/EPUB saved in a different director (if the file is already there, I want it replaced with the new version).
I did not manage to do this in bulk, only with a single file.

I am using the portable version of Calibre and I would like to use 2 directors placed in the Calibre main directory for input and output.
This is the my script for just one file:

C:\Users\Utl\Desktop\CalibrePortable\Calibre\ebook-convert.exe "C:\Users\Utl\Desktop\CalibrePortable\DOCX_INPUT\< some file name>.docx" "C:\Users\Utl\Desktop\CalibrePortable\Ebook_Output \<some file name>.docx.mobi"

Last edited by PeterT; 01-27-2021 at 11:07 AM.
billmandy is offline   Reply With Quote