[Flac] FLAC: sending output to file
Harry Sack
tranzedude at gmail.com
Wed Apr 18 06:25:16 PDT 2007
Hi,
I'm using windows so I know the wildcard support for flac is broken. That's
why I use this command to encode a whole directory of WAV-files to
FLAC-files in a command prompt:
for %1 in (*.wav) do flac -V --best "%1"
This command is fully working
Now I want to write the flac output to a file, so I can open this file
later.
I tried to add > outputfile.txt to the command like this:
for %1 in (*.wav) do flac -V --best "%1" > outputfile.txt
But this doesn't work.
Does somebody knows what I have to add the my command line to write the flac
output to a file? I don't want to use the Cygwin program, but only the
windows command prompt and the official flac tool.
thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac/attachments/20070418/f4fd4e5d/attachment.htm
More information about the Flac
mailing list