If I open a CmdPrompt and type
set myvar=foobar
then this environment variable is set only for the time the CmdPrompt exists and is only visible INSIDE the CmdPrompt.
How do I set such an environemnt variable from CmdPrompt (!) but permanently (forever) for
- a certain user
- whole...