|
From: Daniel A. <dan...@gm...> - 2009-01-09 18:55:16
|
On Fri, Jan 9, 2009 at 1:33 PM, John Ratliff <web...@te...> wrote: >> > Doesn't work if you use msys. Says "can't find /LOW". Don't know why, or > what /bin/start is, but I couldn't find any way to use this. > > Here's the command I tried: > > start /LOW oggenc2.exe -Q -b 96 -o audio.ogg audio.pcm Try: cmd /c start /LOW oggenc2.exe -Q -b 96 -o audio.ogg audio.pcm "start" is a command in the cmd shell -D |