View Single Post
  #3  
Old 2005-03-09, 10:06 PM
uhclem
 
Re: Shntool cmp for more than two files

If the SHNs and FLACs are in the same folder and have the same names except for the extension, then you can type this at the command line:

for %F in (*.flac) do shntool cmp "%F" "%~nF.shn"
Reply With Quote Reply with Nested Quotes