From: Gordon Thiesfeld Date: 2010-07-01T03:14:47+09:00 Subject: Re: Errno::ENOEXEC On Tue, Jun 8, 2010 at 2:53 PM, Santhosh Kattissery wrote: > Thanks for you reply. > And yes, I am trying to execute a command. > puts `ls`, works for me. > install bundle works for me from command line. > But I want to execute it from ruby code. > Which version of ruby are you using? You may need to run something like: puts `bundle.bat install` HTH Gordon