Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony Hoyle <tony.hoyle at march-hare.com> writes: > Bo Berglund wrote: > > If you can make your script send only LF to the STDOUT (which I doubt) > > then the output on the client end will probably contain only CRLF. > > > Scripts should be set to LF only always.. they are potentially sending > client/server protocol information, which is always Unix standard. This is the point I was missing. I will try to configure the script interpreter that way. > Make sure cygwin is configured to LF (the default I believe) if using > cygwin python, and for ActivePython invoke with -u. Great. Ready to try out... Thank you both for the help! Best regards, O. Koltermann