Making executable =P

Ehm.. noob question though
I did not really understood the ruby2exe thingy, i tried things like
C:\Myhacks\EXE\rb2exe-0.2>rb2exe.exe ut.rb
C:\Myhacks\EXE\rb2exe-0.2>rb2exe.exe ut.rb w
C:\Myhacks\EXE\rb2exe-0.2>rb2exe.exe ut.rb [w] -rubyscript2exe-quiet
etc..
ok, i know im making a terrible mistake, but i just dont understand that

facts:
1. Im on windows
2. Script name is ut.rb
3. Script is in the rb2exe directory
4. It's a very simple script (almost like "hello world")

Thx guys, hopefully you wont flame me off the world :>

···

--
Posted via http://www.ruby-forum.com/.

Hi,

You want to make the exe?

http://www.erikveen.dds.nl/rubyscript2exe/index.html

In the directory containing ut.rb
Try this

ruby rubyscript2exe.rb ut.rb

Harry

···

On 5/3/07, raelz <djahn@xiotic.com> wrote:

Ehm.. noob question though
I did not really understood the ruby2exe thingy, i tried things like
C:\Myhacks\EXE\rb2exe-0.2>rb2exe.exe ut.rb
C:\Myhacks\EXE\rb2exe-0.2>rb2exe.exe ut.rb w
C:\Myhacks\EXE\rb2exe-0.2>rb2exe.exe ut.rb [w] -rubyscript2exe-quiet
etc..
ok, i know im making a terrible mistake, but i just dont understand that

facts:
1. Im on windows
2. Script name is ut.rb
3. Script is in the rb2exe directory
4. It's a very simple script (almost like "hello world")

Thx guys, hopefully you wont flame me off the world :>

--
Posted via http://www.ruby-forum.com/\.

--

A Look into Japanese Ruby List in English

Harry Kakueki wrote:

Hi,

You want to make the exe?

http://www.erikveen.dds.nl/rubyscript2exe/index.html

In the directory containing ut.rb
Try this

ruby rubyscript2exe.rb ut.rb

Harry

but where to? :stuck_out_tongue:

···

--
Posted via http://www.ruby-forum.com/\.

What?
Sorry, I do not understand your question.
I have not used this recently.
But if I remember correctly,

At the command line, go to your directory and input according to this.

http://www.erikveen.dds.nl/rubyscript2exe/index.html#3.1.0

You should see it working for a few seconds.

Your exe file will be in the same directory.

Harry

···

On 5/3/07, Daniel Jahn <djahn@xiotic.com> wrote:

Harry Kakueki wrote:
> Hi,
>
> You want to make the exe?
>
> http://www.erikveen.dds.nl/rubyscript2exe/index.html
>
> In the directory containing ut.rb
> Try this
>
> ruby rubyscript2exe.rb ut.rb
>
> Harry

but where to? :stuck_out_tongue:

--

A Look into Japanese Ruby List in English