Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: Gordon on March 08, 2004, 08:34:31 PM

Title: shntool help (about got it)
Post by: Gordon on March 08, 2004, 08:34:31 PM
edit:  whole new problems going on.  see post below.  I will try and desribe exactly what is wrong.
Title: Re:shntool and/or DOS help
Post by: Brian Skalinder on March 08, 2004, 08:44:02 PM
how do I get to this DOC prompt??

Start | Run | cmd [enter]

If you're running Windows, just copy shntool in your c:\windows or c:\winnt directory.  For info about the different shntool commands, type at the DOS prompt:  shntool -h
Title: Re:shntool and/or DOS help
Post by: Gordon on March 08, 2004, 09:05:42 PM
thanks!
Title: Re:shntool and/or DOS help
Post by: Gordon on March 09, 2004, 12:21:57 AM
edit:  whole new problems going on.  see post below.  I will try and desribe exactly what is wrong.
Title: Re:shntool and/or DOS help
Post by: Cooker on March 09, 2004, 02:48:48 PM
you probably need the full path for shnlength.bat - unless that .bat file is in your windows folder too...

for instance c:\util\shnlength.bat

you might be able to just browse for it....
Title: Re:shntool and/or DOS help
Post by: Gordon on March 09, 2004, 03:57:26 PM
I put it in windows as well.   browsed for it, found it.  same error.  
Title: Re:shntool and/or DOS help
Post by: mgleason007 on March 10, 2004, 04:22:38 AM
Can you be a little more specific with exactly what you did?
Title: Re:shntool and/or DOS help
Post by: Gordon on March 11, 2004, 03:50:55 PM
well I finnaly got the batch files to work.  still a few issuses but It works so I'm happy for now (been working on it for days and having lots of problems)  anyway I used these batch files

length

@echo off
cls
for %%f in (*shn) do c:\windows\system32\shntool len -u mb *shn
pause
exit

info

@echo off
cls
for %%f in (*shn) do c:\windows\system32\shntool info *shn
pause
exit

used the same ones for flac replacing shn with flac.  all of them work.  here is what is going on now.

when I right click shn info.  it does it's thing and then some.  it checks all the tracks multiple times (does this with length as well)   so that when it is done I can only see the results for about half the tracks.  also there is no log output (text file). I know these batch files don't show that.  if someone could show me a EASY way to modify these batch files that would be great.  as far as the dos not showing all the results for now I just copy the tracks that don't show up into a folder by themselves and check them there.

edit:  just did the flaclength for one of my shows.  it showed the results 13 times in the DOS window.
Title: Re:shntool help (about got it)
Post by: mgleason007 on March 12, 2004, 04:10:34 PM
Not too sure if it'll make a difference but try *.shn instead of *shn.