Keywords
Keywords are placeholders for values. When the script is executed, the keywords are replaced by the value they represent.
The following keywords are available in the script package:
Keyword | Description |
---|---|
$vdog::scriptinterfacew | Absolute path to the script's interface file encoded in UTF-16 |
$vdog::scriptinterface | Absolute path to the script's interface file encoded in the local code page |
$vdog::rootdir | Absolute path to the root directory of the archive |
$vdog::language | System language |
$vdog::logfile | Absolute path of the log file of versiondog |
$vdog::myrundir | Absolute path of the script directory |
$vdog::tempdir | Absolute path to the directory where the script stores temporary files |
$vdog::workdirm$vdog::workdirs | Absolute path of the master/slave data |
$vdog::pathexevdog | Absolute path to the application that started the script |
$vdog::specific-> | Value of the specified key from the [Specific] section of the interface file |
$vdog::component-> | Value of the specified key from the [Component] section of the interface file |
$vdog::user-> | Represents the value of the specified key from the [User] section of the interface file |
$vdog::common-> | Value of the specified key from the [Common] section of the interface file |
$vdog::uploadjob->ParamID | Information from the [UploadParameters]\JobParamId section represents the ID of the information in the configuration file |
$vdog::var(1...8) | Parameter that can be freely assigned in the script |
$vdog::yyyymmdd | Local time at which the script is executed (in the format YYYYMMDD) |