I use set /s /e aaa=1234 to store aaa as system so it persists eg after stopping & restarting. This also puts it into current environment. So far, so good. But I cannot see how, if the value in current environment is lost or zapped to retrieve the value of aaa from the system eg so that echo %aaa gives 1234 because only set seems to have the /s switch. Did I miss something?
John
John