Rubyist wrote: > { > Check out the wonderful gem rubyscript2exe sounds like exactly that > > which you are seeking. > > pth } > > Oh, I tried it on a WinXP system but I failed! > Here is what I've done: > > 1. I downloaded "rubyscript2exe.rb" > 2. Made a trivial Ruby prog consisting only a puts "Hello" > 3. I also copied a "init.rb" to same directory > 4. And typed "ruby rubyscript2exe.rb blahblah.rb" > > :-( > > What did I do wrong? My native language isn't English and perhaps I > misunderstood the instructions on rubyscript2exe's website... Have you tried running the program without using rubyscript2exe? Does it work? I tried rubyscript2exe and it works fine. I have no idea what init.rb is for since I didn't use one, I just run the program as is and rubyscript2exe output the exe for me.