If the "set" command on Windows XP is used to set an environment variable in the terminal, why doesn't the environment variable appear in the environment variables list when you go Start -> rt click on My Computer -> Advanced tab -> Environment Variables?
feedback
|
migrated from unix.stackexchange.com Oct 14 '11 at 19:08
This question came from our site for users of Linux, FreeBSD and other Un*x-like operating systems..
|
When you use the set command in a CMD window, you are only setting the environmental variable for that individual CMD shell. The variables visible in Start -> My Computer -> Advanced -> Environment Variables are the variables that are set to be persistent and global. Use the | |||
|
feedback
|