View Single Post
Old Aug 1st, 2006, 12:34 PM   #4
coldDeath
Expert Programmer
 
coldDeath's Avatar
 
Join Date: Aug 2005
Location: UK
Posts: 862
Rep Power: 4 coldDeath is on a distinguished road
Send a message via AIM to coldDeath Send a message via Yahoo to coldDeath
You mean you switched from Ruby to Python because you didn;t knwo how to use one tool.

I posted the link because it has step by step instructions. What do you want me to do, copy and paste it? Or write the same thing out again?

Now lets do this step by step so you understand.

c:\home\erik> ruby rubyscript2exe.rb application.rb[w] [parameters]
or 
c:\home\erik> ruby rubyscript2exe.rb application[/] [parameters]

This is pretty simple.

Say you have your script that you want to be an executable. Its called my_script.rb.

Just run what it says:
c:\home\erik> ruby rubyscript2exe.rb myscript.rb

There you go, one Windows executable from a ruby script. I have just copied what it says from the link. Have fun.
__________________
Join us at #programmingforums @ irc.freenode.net!

My software never has bugs. It just develops random features.
coldDeath is offline   Reply With Quote