View Single Post
  #5  
Old 2005-04-02, 02:30 AM
CranAdamU2's Avatar
CranAdamU2 CranAdamU2 is offline
This Charming Man
 
Join Date: Nov 2004
Location: Southern California
Re: I know how to generate flac fingerprints but how do you make md5 checksums?

I used this in a command (.bat) file:

@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool md5 *.%%T>>shntool.md5.txt
pause


....is that not the same command [albeit in a text file command rather then through the DOS prompt command line] ??

just looked the same to me...
Reply With Quote Reply with Nested Quotes