set (Device Management Client) (Windows Embedded CE 6.0)
1/6/2010
This command sets or clears a local variable.
Syntax
set [variable name] [value]
Parameters
- variable name
Name of the variable to set or clear. The maximum length allowed for variable name is 1023.
- value
New value to assign to the variable. If this argument is not specified, the existing variable definition is completely removed.
Remarks
The value of a variable can be read by including its name in a script surrounded by a pair of percent signs (%).