View Single Post
Old 02-14-2021, 10:21 AM   #7
billmandy
Member
billmandy began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jan 2021
Device: Kindle
Quote:
Originally Posted by PeterT View Post
Wow... that was easy. Thank you.


For the batch file:

for /r %%1 in (*.epub) do "C:\Users\Util\Desktop\New folder\CalibrePortableNEW\Calibre\ebook-convert.exe" "%%~dpn1.epub" "%%~dpn1.mobi"

All you need is to specify the extension of the file to be converted, the path to ebook-convert.exe (in my case, C:\CalibrePortable\Calibre\ebook-convert.exe), the extension of the file to be converted (again), and the output extension, mobi in this case.

Last edited by billmandy; 02-14-2021 at 10:26 AM.
billmandy is offline   Reply With Quote