View Single Post
  #5  
Old 2005-03-20, 01:34 PM
dancin_carrot's Avatar
dancin_carrot dancin_carrot is offline
listen to k.h.b.r.
 
Join Date: Mar 2005
Location: BC
Re: Foobar conversion or shntool conversion?

Thanks for the help.

So the batch file to convert from SHN to sector aligned FLAC should be:

@echo off
%~d1 & cd %*
for %%T in (*shn) do if exist *.%%T shntool fix -noskip -o flac *.%%T
pause

Is that right?
Reply With Quote Reply with Nested Quotes