From: Pat Kiatchaipipat Date: 2008-04-29T00:51:57+09:00 Subject: make .exe file by rubyscript2exe with no DOS??? 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 :'( -- Posted via http://www.ruby-forum.com/.