set (Device Management Client) (Windows CE 5.0)
This command sets or clears a local variable.
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 (%).
See Also
Send Feedback on this topic to the authors