hcigvt
This command is used to access the global variables.
hcigvt {add|del|get|set|show} [varname] [varvalue] [isencrypted]
add
adds the global variable to the variable table.del
deletes the global variable name from the variable table.get
prints the global variable value ofvarname
.set
sets the global variable value ofvarname
to a new value.show
shows all the variable names and values in local site.varname
is the global variable name.varvalue
is the global variable value.isencrypted
determines if the global variable must be encrypted in the ini file.1
indicates it is encrypted.0
indicates it is not encrypted. This is the default.
For example:
C:\cloverleaf\cis6.3\integrator\bin>hcigvt show
Global variable testPass = passwd1, encrypt = 0