Hello,

I am trying to set a enviroment variable within a kix script, but it does not seem to work ...

I am using kixstart 95 3.63.

what did i try ?:

set 'ops=test'
set ops=test
set "ops=test"
set %ops%=test
set "%ops%=test"
set '%ops%=test"

neither of the above did set the envoirment variable ops to test when i used the set command in a command box (the same or another VM).

I've tried it on several machines Nt 4.0 and Windows 2000 machines ... all with the same result ..

What goes wrong ?

help ?