View Single Post
  #21  
Old 2005-01-21, 07:47 PM
bobs23's Avatar
bobs23 bobs23 is offline
in LA LA land
 
Join Date: Dec 2004
Re: Fixing SBEs with shntool

Here is my fix batch file:
@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool fix *.%%T
pause

What should I add to pad the last file?
Reply With Quote Reply with Nested Quotes