When I use on my Win98 box:
    for %%1 in (*.wav) do oggenc.exe -q3.0 %%1
it truncates all the filenames to 8.3 format (e.g., YES-RE~1.ogg, 
YES-RE~2.ogg, etc.)
I checked the --h, but missed instructions on keeping the long filenames.
Anyone?
-- 
Ciao for now,
--EdB  <edb@earthling.net>
http://www.geocities.com/endered
<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to
'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
> When I use on my Win98 box: > for %%1 in (*.wav) do oggenc.exe -q3.0 %%1Try for %%1 in (*.wav) do oggnc -q 3 "%1" This _should_ get you the long file names (I'm on 98SE and it works) and also ensure it doesn't choke on files with spaces in the names. --------- ------- ----- ---- --- -- - - - - - k.m.krebs \ 833-45 \ kkrebs@telus.net http://www3.telus.net/kkrebs --------- ------- ----- ---- --- -- - - - - - <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
ndrw mchl grnbrg> lfnfor > > before your for loop. This toggles on and off long filename support in > for.Hey, I didn't know that existed. I guess I haven't read a DOS manual since v6.22 or something like that. By they way, you need to specify on or off as a paramater. Cheers, Ross. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.