Hi!

I have a script that we run on every server to createt/alter three SYSTEM environment variables. This has been working for almost 2 years.

Last week, I replaced the 4.01 version of Kix with 4.12 and the script now fails to perform correctly. The changes to the variables are now in the USER section. I'm still using the SETM command.

Ran a test this morning:

? "@KIX" ?
SET "T1=one"
SETL "T2=two"
SETM "T3=three"

When running using v4.01 (confirmed by the @KIX), it properly places T1 in the USER env, T2 in the running env, and T3 in the SYSTEM env. (also confirmed by looking in RegEdit). When running the same script with V4.12, it places both T1 and T3 in the USER env, and nothing in the System env.

Is this a known bug, or have I missed something in the new release?

Thanks!

Glenn
_________________________
Actually I am a Rocket Scientist! \:D