[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

IO.popen max length

Ema Fuma

10/17/2008 3:05:00 PM

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
--
Posted via http://www.ruby-....

1 Answer

Ema Fuma

10/20/2008 7:45:00 AM

0

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
--
Posted via http://www.ruby-....