Set
| Action: |
On the Windows NT-family (NT//2000/XP), sets variables in the environment of the current user (HKEY_CURRENT_USER\Environment).
On
Windows 9x, sets variables in the global Windows environment (similar to the
functionality offered by WINSET.EXE). |
| Syntax: | SET
"variable=string" |
| Remarks: |
After any change to the environment, KiXtart
informs running programs that the change was made, prompting them to
regenerate their environments. Programs that support this feature (such as
Program Manager, Task Manager, and Windows Explorer) update their
environments when they receive the WM_SETTINGCHANGE message. The environment of the KiXtart process
is not affected. |
| See Also: |
SetL, SetM |