View Single Post
Old 08-25-2021, 12:13 AM   #1
billmandy
Member
billmandy began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jan 2021
Device: Kindle
Calibre convert script without source file

Hello.
I am using the following script to convert all of the files in a specific folder to AZW. But the resulting files tend to be bog, like 30-40 MB or so, so I was thinking that maybe there is an option to not add the source file in in the final file.
KindleGen had a command like that for MOBI files.
Please help.

for /r %%1 in (*.mobi) do "PATH TO CALIBRE EXE" "%%~dpn1.mobi" "%%~dpn1.azw3"
billmandy is offline   Reply With Quote