View Single Post
Old 07-31-2011, 11:40 PM   #39
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,566
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
If you have lots of books, I wonder if using ePubCheck from the command line would help validate them all.

Take a look at http://code.google.com/p/epubcheck/ especially http://code.google.com/p/epubcheck/wiki/Running

Once you have epubcheck installed you could process all ePub's in a directory from the command line as
Code:
for %1 in (*.epub) do java -jar epubcheck-0.9.2.jar %1
assuming of course that directory paths etc were right
PeterT is offline   Reply With Quote