View Single Post
  #6  
Old 2005-03-20, 12:21 PM
feralicious's Avatar
feralicious feralicious is offline
dare to discover
 
Join Date: Nov 2004
Location: occasionally
shntool len with txt file added to folder

shntool len with txt file added to folder

Quote:
Originally Posted by pmonk66
shntool len

@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T
pause

If you want to save it add the text command on the end!
played with the txt command from the ffp batch file and this seems to work to add the shntool txt into the folder:


shntool len with txt file added to folder:

@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T >> "%~n1-shntool.txt"

Yay!

edit by U2Lynne: poster asked that batch file be corrected as per uhclem's comments below. We don't want to confuse anyone who doesn't read the whole post.
__________________
feralicious goodies
Don't get even.
Get odd.

....
Reply With Quote Reply with Nested Quotes