Convert ruby.rb to msdos exe file?

I am rewriting numerous vbscript programs in ruby. Is there a way to
make an exe file that includes ruby interpreter and my .rb into an exe
executable?

Thanks in advance

Joe

Hi,

have a look at ruby2exe

Regards,
Sebastian

() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org (http://www.asciiribbon.org) - against
proprietary attachments

Am Freitag, 9. September 2011 um 22:12 schrieb Joe C.:

I don’t think there’s such a thing as ruby2exe. You probably meant
RubyScript2Exe.

But a better idea is: have a look at Ocra. It does the same, except
that it actually works (I had troubles with RubyScript2Exe)
out-of-the-box, it’s still being developed, and you can get it by just
doing gem install ocra.

– Matma R.

Hi,

Am Freitag, 9. September 2011 um 22:49 schrieb Bartosz Dziewoński:

I don’t think there’s such a thing as ruby2exe. You probably meant
RubyScript2Exe.
Oh, yes that is exactly what i meant … :slight_smile:

Regards,
Sebastian

Joe C. wrote in post #1021031:

I am rewriting numerous vbscript programs in ruby. Is there a way to
make an exe file that includes ruby interpreter and my .rb into an exe
executable?

Ocra:

http://ocra.rubyforge.org/

Works with either Ruby 1.8.7 or 1.9.x

It can package gems that your script depend

PS: Search the list before asking, this has been answered several times
over the past 2 years.


Luis L.