Thread: LRF output
View Single Post
Old 05-11-2007, 09:28 AM   #64
Pode
Member
Pode began at the beginning.
 
Pode's Avatar
 
Posts: 22
Karma: 10
Join Date: Mar 2007
Location: France
Device: Sony Reader
I just want to add a quick line, the batch command to convert quickly a whole directory of HTML files in Windows is the following one :

for %f in (*.html *.htm) do html2lrf %f

I have forgottent how to do proper batch scripts, and I needed to google it, so I suppose this could help someone else...
Pode is offline   Reply With Quote