Hi,

In a kix script, i launch a batch file with the SHELL command.

For ex :SHELL "%COMSPEC% /C toto.bat"

The batch file initializes some environment variables.

Then i want to work with these variables in the rest of the kix script.

What is the best way of doing to have what i look for ?

ATM i can't get back the environnement variables... [Frown]

Thankx for any help

Willou