<br><br><div><span class="gmail_quote">2007/4/18, Rippit the Ogg Frog <<a href="mailto:rippit@oggfrog.com">rippit@oggfrog.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>> sorry, I replyed to quickly that it fully worked, but it's not fully<br>> working, only the output of the last file is saved to the outputfile.<br>> So only the output of the last file in the directory is saved to the
<br>> outputfile (I think the outputfile is overwritten every time for each file).<br>> Do you know how I can write the output of EACH file to the same<br>> outputfile? I can't figure it out how to do this. So I want to have an
<br>> outputfile that has all the FLAC output of each file.<br><br>try using 2>></blockquote><div><br><br>thanks a lot!! Now it fully works.<br>Thanks!<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don't know if this is supported on Windows, but in general ">>" means<br>to append to the file, while ">" means to truncate the file and start<br>over from scratch.<br><br>What I'm not sure of is whether it works for standard error (file
<br>descriptor 2).<br><br>You also asked whether writing to a file will be slower that writing to<br>the console. I'm pretty sure it will be quite a lot faster, as it takes<br>quite a bit of computation to scroll a screen full of text. File I/O to
<br>add a line of text to a file takes much less.<br><br>Rippit the Ogg Frog<br><a href="mailto:rippit@oggfrog.com">rippit@oggfrog.com</a><br><a href="http://www.oggfrog.com/">http://www.oggfrog.com/</a><br>_______________________________________________
<br>Flac mailing list<br><a href="mailto:Flac@xiph.org">Flac@xiph.org</a><br><a href="http://lists.xiph.org/mailman/listinfo/flac">http://lists.xiph.org/mailman/listinfo/flac</a><br></blockquote></div><br>