CLI Guide

SYSCFG General Options
NOTE: Some of the options in SYSCFG are followed by an asterisk. The asterisk is not part of the command syntax. Such
options are used for reporting purposes only. These commands do not accept any sub-options or arguments. The values
associated with these commands are reported by the BIOS. You cannot modify these values.
No Option
Table 8. No Option
Valid Arguments NA
Description The SYSCFG utility displays the usage information.
envar
Table 9. SYSCFG General — envar
Valid Arguments <valid lename> <valid path>
Description Stores the environment variable data to a le when used with the – s option. This le can
be called from other scripts to set the environment variable. The value of <lename> must
not be specied if the DTKENVSCR environment variable is set to a valid lename. In this
case, the lename pointed to by DTKENVSCR is used to store the environment variable
data.
Example:
syscfg --mem -s=temp --envar= Z:\scripts\file.bat
When used without the -s option, --envar takes the default variable.
Linux Example:
syscfg --svctag --envar= /tmp/myvars.txt
svctag = 2G8LC1S
syscfg_var =’2G8LC1S’
source /tmp/myvars.txt
Windows PE Example:
syscfg --svctag --envar=i:\myvars.bat
svctag = 2G8LC1S
syscfg_var =’2G8LC1S’
call i:\myvars.bat
26 SYSCFG