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"
|