Bruno Tavares wrote:
> On Tue, 2004-08-10 at 15:44, Dirk Meyer wrote:
>
>> Bad hack:
>> command = 'foo bar something'
>> popen3(command.split(' '))
>> 
>> Better: (because filenames can conatin spaces)
>> command = [ 'my_prog', 'param1', 'a param with spaces' ]
>> popen3(command)
>> 
>
> Got it, thanks.
> Still wont solve the "childs of childs" problem :)

What do you need from Freevo for that?


Dischi

-- 
Life is a sexually transmitted disease.


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to