Thread: Flac.exe????
View Single Post
  #5  
Old 2005-04-26, 02:33 AM
feralicious's Avatar
feralicious feralicious is offline
dare to discover
 
Join Date: Nov 2004
Location: occasionally
Re: Flac.exe????

Here's my batch file for them. Makes a txt file like this <foldername>.ffp.txt in the show's folder:

Quote:
@echo off
%~d1 & cd "%~1"
for %%F in (*.flac) do metaflac --show-md5sum --with-filename "%%F" >> "%~n1.ffp.txt"
__________________
feralicious goodies
Don't get even.
Get odd.

....
Reply With Quote Reply with Nested Quotes