From: Luka Lukako Date: 2008-04-29T04:12:24+09:00 Subject: Re: make .exe file by rubyscript2exe with no DOS??? Pat Kiatchaipipat wrote: > I have fallow this > http://www.ruby-forum.com/topic/84263 > > I can make file.exe that can run normally by use >>rubyscript2exe new/ > > new/ is my folder that contain data (image etc..) > > and then I want to make it run without DOS I try >>rubyscript2exe new/ --rubyscript2exe-rubyw > > It can make .exe file but when I click on it, it nothing happen.. what > I'm doing wrong :'( Example: test.rb - It's your file. and you want test.rb to test.exe yes? It's easy: > rubyscript2exe test.rb test.exe -- Posted via http://www.ruby-forum.com/.