Core Function EnvUpdate
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> EnvUpdate( ) </pre> === Description === Refreshes the OS environment. === Parameters === None === Return Value === None. === Remarks === Similar effect as logging o...") |
m (1 revision) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
EnvUpdate( )
Contents |
Description
Refreshes the OS environment.
Parameters
None
Return Value
None.
Remarks
Similar effect as logging off and then on again.
For example, changes to the %path% environment might not take effect until you call EnvUpdate (or you logoff/reboot).
Example
EnvUpdate();