Table of Contents

Theory

AdoScript Batch Mode

An AdoScript can be specified on the command line to be run during the startup of ADOxx Modelling Toolkit. It is executed after the initialization of ADOxx is completed. The AdoScript is read from a file or from the standard input stream. In both cases the -e option has to be set, in case of a file, together with a file name specification.

Example 1 - AdoScript File Execution as Batch

# Execute the AdoScript contained in startup.asc
areena -uAdmin -ppassword -dado35 -sdb2 -estartup.asc

Example 2 - AdoScript Standard Input as Batch

# Specifying an AdoScript via stdin
echo CC "AdoScript" INFOBOX "Bonjour!" |
areena -uAdmin -ppassword -dado35 -sdb2 -e

Example: AdoScript in Batch Mode

平均 (0 投票)
平均評価は0.0星中の5です。

Hands On

Scenarios

結果がありません。

Community

結果がありません。

Development Tools