View Single Post
  #8  
Old 2005-03-20, 12:32 PM
uhclem
 
Re: shntool len with txt file added to folder

Quote:
Originally Posted by feralicious
@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T --show-len --with-filename "%%F" >> "%~n1-shntool.txt"
The part highlighted in red is an error. I don't know what it's doing there.
Reply With Quote Reply with Nested Quotes