From: Michelle Pace Date: 2011-08-11T20:45:43+09:00 Subject: Distributing Ruby program as a standalone executable (exe) for windows Hello there, I'm a newbie. I have written a ruby program on my mac which uses NET::HTTP. There's no GUI, its all working via terminal input from the user. My program however needs to be invoked and run from a windows machine. Is there a way to make my little program a standalone executable so that my user can double click the exe and run it as per normal from their windows machine? I would prefer to avoid installing ruby on the windows machine (if I can). Is this possible, and if it is how do I go about it? Thank-you in advance, Michelle -- Posted via http://www.ruby-forum.com/.