Thread: doc to epub
View Single Post
Old 02-02-2010, 04:25 AM   #36
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by Laura81 View Post
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.

Last edited by DoctorOhh; 02-02-2010 at 04:27 AM.
DoctorOhh is offline   Reply With Quote