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
···
--
Posted via http://www.ruby-forum.com/.
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
--
Posted via http://www.ruby-forum.com/.
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 Collins:
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
--
Posted via http://www.ruby-forum.com/\.
Joe Collins 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:
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.
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 Rex
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 ...
Regards,
Sebastian