From: Erik Veenstra Date: 2006-02-13T18:57:56+09:00 Subject: Re: tar2rubyscript/rubyscript2exe > file = File.open("test.txt", "w") Should be: file = File.open(oldlocation("test.txt"), "w") It's described on the site [1]. gegroet, Erik V. - http://www.erikveen.dds.nl/ [1] http://www.erikveen.dds.nl/tar2rubyscript/index.html#toc_3.2.0 -- Posted via http://www.ruby-forum.com/.