Quote:
Originally Posted by Laura81
Hey frabjous, I tried changing the .html to a .lit as you said above to convert those to epubs but it didn't work for me. The file I saved just saved as a .dat and didn't change into a windows batch file like the other one did.
|
The other one didn't change into a batch file, you named it that way. If you opened the previous bat file in notepad and made the changes frabjous
Code:
for %%I in (*.html) do "C:\Program Files\Calibre2\ebook-convert.exe" "%%I" "%%~nI.lit"
suggested then just save the file as html2lit.bat and it will be a batch file.
Good Luck.