Some guy wrote:
> Thanks for that. I could be having stupid noob syndrome, but I'm
> having a tough time with the command line syntax, especially for
> directory. I've looked at your website and *think* I'm doing it
> right, but continue to get a "No Such Directory" message coming back.
>
> OTOH, the Colton TOC works great except that an awful lot of my Genres
> show up like (17)Rock. I think it's the tags themselves...
>
> Thanks again for the help.
Just as an example, here's the batch file I run once a day. Note
the " marks around directory names that have spaces in them.
del /q "t:\- music -\*.m3u"
tocmaker -p -E -r28 -R "*" -b128000 "t:/- music -"
del /q "c:\Program Files\Exstreamer\Playlists\*.m3u"
copy "t:\- music -\*.m3u" "c:\Program Files\Exstreamer\Playlists"