View Single Post
Old 01-07-2013, 09:03 PM   #3
DaleDe
Grand Sorcerer
DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.DaleDe ought to be getting tired of karma fortunes by now.
 
DaleDe's Avatar
 
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
One fix is to open the epubcheck.bat file in a text editor like notepad and then change the > to 2>.

This will send the errors to the file instead of the progress messages.

Another way to fix this is to leave > going to errors.txt as it does now and add 2>&1 at the end of the line to redirect the errors to the same file. This way, both progress messages and error messages will end up in the file.

Which you do depends on what you want to happen.

Dale

Last edited by DaleDe; 01-07-2013 at 09:24 PM.
DaleDe is offline   Reply With Quote