From: Erik Veenstra Date: 2007-04-14T03:51:41+09:00 Subject: Re: rubyscript2exe.rb question I've addressed this problem in the not-yet-released version. It doesn't use /tmp anymore, but ~/.eee instead. The Ruby equivalent is something like this: dir = ENV["HOME"] || ENV["USERPROFILE"] || ENV["TEMP"] dir ||= "c:/" if windows? dir ||= "/tmp" dir = File.join(dir, "eee") if windows? or cygwin? dir = File.join(dir, ".eee") unless windows? or cygwin? Maybe, just maybe, I'll release it in a couple of days... gegroet, Erik V. - http://www.erikveen.dds.nl/