setvar (sv)
描述
创建新变量或修改现有变量。
语法
setvar <name> <path>
name
:变量的名称。如果变量已存在,那么 AppScan® Source command line interface (CLI) 将更新路径。如果变量不存在,那么 CLI 将创建值为指定路径的变量。path
:变量的现有路径。如果路径不存在,将不会创建变量。
示例
- 创建路径为 C:\Myapps 的 AppScan® Source 变量
Myvar
:AllApplications>> SetVar Myvar C:\Myapp AllApplications>> Created new variable ‘%Myvar%'
- 基于
SRC_ROOT
系统环境变量的值创建名为SRC_ROOT
的 AppScan® Source 变量:# login login localhost admin # create the variable SRC_ROOT with the value # of the environment variable SRC_ROOT setvar SRC_ROOT ${SRC_ROOT}