Thanks that's what I should have asked. The tutorial bundle only explains how to do if you're using linux or unix. Rae On Jan 29, 11:41 am, Emmanuel Oga <oga_emmanuel_... / yahoo.com.ar> wrote: > Rae wrote: > > How do you make an executable file in Ruby? What software does one use > > with it?If you wish to do an executable in windows envioment, check out > > http://www.erikveen.dds.nl/rubyscript2exe/index.html. > > Is not posible to compile ruby to and exe or even to bytecode (like > java's jar files), but the solution i pointed you to, generates an exe > with the interpreter plus every library your program uses into a single > exe. It works pretty well. > > -- > Posted viahttp://www.ruby-forum.com/.