search for: ericphelp

Displaying 1 result from an estimated 1 matches for "ericphelp".

Did you mean: ericphelps
2007 Apr 19
1
FLAC: encoder batch file
Hi, I'm using windows and I wanted to make a batch file for encoding of wav files to flac. It encodes all wav files in a directory to flac and write all flac output to a file, after that it opens that file in wordpad. Here is the batch file: @ECHO OFF FOR %1 IN (*.wav) DO flac -V --best "%1" 2<< FLAC_output.txt START /MAX wordpad FLAC_output.txt EXIT The problem now is: the