View Single Post
  #7  
Old 2005-04-26, 02:04 AM
feralicious's Avatar
feralicious feralicious is offline
dare to discover
 
Join Date: Nov 2004
Location: occasionally
Re: md5 and shntool question

Quote:
Originally Posted by slomo
I want to do a sbe check also with shntool. The only thing that I have ever done with respect to this program is create a shntool md5 using dawg's batch file. Any help? TIA
This works like a charm...

A batch file for SBE check with shntool and it puts a txt file with the results in your show's folder. Just make a batch file with the following, drag and drop gthe show's folder onto it, wait a few seconds, then insdie the folder will be the txt file named as such: "<foldername>.shntool.txt" :

Quote:
@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T >> "%~n1.shntool.txt"
Thanks to uhclem and others for their help in me getting this batch file going.
For more nifty batch files check out this "Batch Files" thread.
__________________
feralicious goodies
Don't get even.
Get odd.

....
Reply With Quote Reply with Nested Quotes