Skip to main content

Get-Machine-Code

Command Description

Get machine code. Machine code can be used as the only sign

Command Prototype

sRet = Sys.GetMachineCode()

Parameter Description

ParameterRequiredTypeDefaultDescription
NoneNoneNoneNoneNone

sRet,The variable used to save the output of the command.

Demo

/************************************Get machine code************ ************************ 
Command prototype:
sRet = Sys.GetMachineCode ()
Input parameters:
None
Outgoing parameters:
sRet--the result after the command is run
********************************************************************************/
sRet = Sys.GetMachineCode ()
TracePrint (sRet)