|
Net Admin and Startup Script Command Reference |
Top Previous Next |
|
This article contains a reference of commands supported by Net Admin and Startup Scripts processing engine. Command arguments are separated by the "/" character. Every line in a startup script may contain just one command.
Supported Commands
Creating A Data Table using Command Arguments During the processing of some commands (Set Variable, Call Function etc.) a Data Table is created from the list of command arguments. The value of each cell is composed from the corresponding argument (i.e. value in first row and first column is created from the value of value_for_row1_column1 command argument etc.) If Record Format of the created table defines N fields, first N arguments are used for filling the first row, second N arguments for the second row etc. Rules for encoding/decoding values of different types to/from strings may be found here. If an argument value is surrounded with "$" characters, LinkServer will take the data for that parameter from the filename specified. The filename should be in the LinkServer installation directory. For example, if the parameter value is "$parameterizer.xml$", LinkServer will obtain the data for that parameter from "parameterizer.xml". |