IO.popen max length

Hi,
I’m using IO.popen for launching an executable, the line is quite long
cause there are many parameters to set. Actually they are two executable
connected with a pipe.

I get the error
“line too long”

is there something I can do ?

thanks

Me Me wrote:

Hi,
I’m using IO.popen for launching an executable, the line is quite long
cause there are many parameters to set. Actually they are two executable
connected with a pipe.

I get the error
“line too long”

is there something I can do ?

thanks

It works aupgrading to 186-26