The SetGS
command sets one or more variables in the current Global State to a specific value. Parameters are always entered in an arbitrary number of pairs, with the first parameter in the pair being the property to be set and the second the value to set the property to. For more information on available properties, see the Global State. This command may be used without connecting to a server.
SetGS
will only affect the currently running process. To preserve the state, use the SaveGS
command and then use LoadGS
when NDICmd starts to restore the desired state.Login
object inside the Global State file).SetGS [Property1] [Value1] ... [PropertyN] [ValueN]
ndicmd /i /gs SetGS Login.Username Testuser |
CONFIDENTIAL