From: Sebastian Hungerecker Date: 2007-06-05T02:47:14+09:00 Subject: Re: How to capture the output of system("")? Yingqi Tang wrote: > When I can system("...") in ruby, I got either true or false returned, > but how do I capture the information that being printed out in console > when the cmd is being executed? By using backticks or %x{} instead of system. -- Ist so, weil ist so Bleibt so, weil war so