From: Alex Fenton Date: 2008-04-29T16:50:11+09:00 Subject: Re: make .exe file by rubyscript2exe with no DOS??? Pat Kiatchaipipat wrote: > I try > >> rubyscript2exe new/ --rubyscript2exe-rubyw > > It can make new.exe but when I run this file. it's nothing happen :'( Try creating it with --rubyscript2exe-ruby and running in it a DOS box first to see if it raises an exception. Also, you should ensure that your script doesn't call "puts" or similar as this may cause errors with the -rubyw switch, because the output is closed. a