| Message: 64362 |
 |
BY: Gavin Jefferies (gj262) DATE: 2009-02-01 00:33 SUBJECT: Process.create( and the environment parameter Hi,
I've been trying to use Process.create with a modified environment. However the PATH environment variable is truncated to its first entry. process.rb expects the environment to be passed in separated by File::PATH_SEPARATOR which is ';' and which is also how the PATH environment var splits up its members.
How should the environment parameter be constructed to support variables with ';' in their value. e.g. PATH and PATHEXT?
Thanks,
Gavin
| |