Hello, ________________________________________ From: [email protected] [[email protected]] on behalf of Graham Percival [[email protected]] Sent: 23 June 2011 23:35 To: K. Kellogg-Smith Cc: [email protected] Subject: Re: convert-ly log file
On Thu, Jun 23, 2011 at 06:20:07PM -0400, K. Kellogg-Smith wrote: > convert-ly -e <filename> >logfile.txt). DOS creates the log file okay, > but the file is empty after the conversion is made. You've redirected stdout, but the convert-ly messages are probably going to stderr. In a typical unix shell, I'd do &> logfile.txt instead of what you wrote, but I don't know what to do on DOS. --------------- See http://www.adp-gmbh.ch/win/misc/redirect_stdin_stdout_stderr.html This is a concise example of the commands in dos that I think you need,. James _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
