Quote:
Originally Posted by Hamlet53
First I am running under Windows XP and would like to have the epubcheck output write to a file so that I have the written output and also can use a BAT file to run it instead of typing the whole command at a command prompt each time. The trouble is that a BAT file of:
Code:
java -jar epubcheck-1.0.5.jar colomba.epub > verifyout.txt
produces the file verifyout.txt with content consisting only of:
Code:
Epubcheck Version 1.0.5
|
Use
Code:
java -jar epubcheck-1.0.5.jar colomba.epub 2> verifyout.txt
to get the stderr text.