From: Lars Christensen Date: 2009-04-07T02:15:44+09:00 Subject: Re: RubyScript2Exe On Thu, Apr 2, 2009 at 4:49 PM, Charlie Openshaw wrote: > ruby "C:\Test\rubyscript2exe\rubyscript2exe.rb" > "C:\Test\iplayer-dl-0.1.15\lib\iplayer.rb" > > However if I try to execute iplayer.exe nothing happens in the console. You are trying to build a .exe from a Ruby library. Nothing is supposed to happen when you just load the library. "bin/iplayer-dl" does the actual work.