|
From: NightStrike <nig...@gm...> - 2009-01-09 19:21:59
|
On Fri, Jan 9, 2009 at 1:55 PM, Daniel Atallah <dan...@gm...> wrote: > 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 For purposes of the archive, the arguments to cmd from a bash shell have to be quoted to work in some (if not all) settings. |