Berg, Eric wrote:
[...]
I don't know the exact answer to your question, but assuming you are in
a Unix environment, you could try the following :
In a Unix-like environment, if you launch a command using the following
form :
VAR1=value1 VAR2=value2 command
then VAR1 and VAR2 are automatically "exported" as environment variables
for the program "command".
Thus, if in your script you have the possibility to start your external
command in that way, it may be a usable work-around to your problem.
André