[vorbis] Oggenc Dos multiple files.
Jernej Simonèiè
jernej.simoncic at guest.arnes.si
Sun Aug 19 12:16:21 PDT 2001
Hello Chris,
17. avgust 2001, 18:54:16, you wrote:
> I'm sorry if this isn't the right place to post this or it's a dumb
> question, but
> How do you set up Oggenc (dos) to encode all the files in a directory?
> I tried oggenc *.wav
> But it didn't work
for %f in (*.ogg) do oggenc [options] %f
BTW: if you want to use this in batch files, use this syntax:
for %%f in (*.ogg) do oggenc [options] %%f
And of course, replace [options] with your options.
--
Jernej Simoncic, jernej.simoncic at guest.arnes.si
http://www2.arnes.si/~sopjsimo/
ICQ: 26266467
--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis
mailing list