At 2008-09-01 15:43 +0200, Kirch Fritz wrote:
>I want to redirect the XEP.BAT output to a log-file.
>How can I do this?
>
>In my own BAT-file I tried
>
>CALL XEP.BAT -fo myfo.fo -pdf mypdf.pdf >>logfile.txt
>
>But logfile.txt is always empty.
>
>Can anybody help me?
Try changing the port output being saved:
CALL XEP.BAT -fo myfo.fo -pdf mypdf.pdf 2>logfile.txt
... because the errors go to the error port, not to standard output.
I hope this helps.
. . . . . . . . . Ken
-- Upcoming XSLT/XSL-FO hands-on courses: Wellington, NZ 2009-01 Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video G. Ken Holman mailto:gkholman@CraneSoftwrights.com Crane Softwrights Ltd. http://www.CraneSoftwrights.com/f/ Male Cancer Awareness Nov'07 http://www.CraneSoftwrights.com/f/bc Legal business disclaimers: http://www.CraneSoftwrights.com/legal ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.htmlReceived on Mon Sep 1 07:59:10 2008
This archive was generated by hypermail 2.1.8 : Mon Sep 01 2008 - 07:59:11 PDT