------ art_20412_25485072.1217757574693 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline > Is there a work-around for getting rubyscript2exe to work in > the meantime? Add "require 'rubygems'" _in_ your application and temporarily remove rubygems from RUBYOPT before compiling: $ RUBYOPT uby rubyscript2exe.rb test.rb Or: C:\> unset RUBYOPT C:\> ruby rubyscript2exe.rb test.rb That seems to work. At least, on my machine... gegroet, Erik V. - http://www.erikveen.dds.nl/ ------ art_20412_25485072.1217757574693--