Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: H₂O on December 27, 2010, 08:03:09 PM

Title: Useful Batch Commands
Post by: H₂O on December 27, 2010, 08:03:09 PM
for /F "delims=" %i IN ('dir /s /b *.flac') DO @flac -t "%i" 2>> flactest.txt

Above will test all flac files in a directory and all subdirectories and save the test output to the "flactest.txt" file
 
find "ERROR" "flactest.txt" > flacerrors.txt

Above will scan the flactest.txt file and present an errors file