From: SunRaySon Date: 2007-02-18T16:55:43+09:00 Subject: Re: how to call a .exe file in a ruby program ------=_Part_20481_26826446.1171785341445 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Give it in back quotes as shown below output = `my_app.exe` On 2/15/07, yukme wrote: > > There is a executable file named "my_app.exe" and i want to run it in my > ruby program. > How should i do? > thanks > > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_20481_26826446.1171785341445--