From: nobu.nokada@... Date: 2005-01-19T01:12:14+09:00 Subject: Re: Ignoring RUBYOPT ? Hi, At Tue, 18 Jan 2005 09:51:05 +0900, Erik Veenstra wrote in [ruby-talk:126960]: > The problem with RUBYOPT is easily solved in the Linux universe > by executing a shell script in which RUBYOPT is set to nothing > before launching Ruby. There are no irritating DOS-box popping > up here. (It wouldn't be called "DOS-bos", anyway...) The > problem is really a problem in the Windows world. And it's > exactly the latter that has no execve... You can do it as `env -u RUBYOPT'. And, FreePascal can't call Windows APIs? If possible, SetEnvironmentVariable() would be usable. -- Nobu Nakada