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

Trung bình (0 Bình chọn)
Tỷ lệ trung bình là 0.0 ngôi sao trên mức cao nhất 5 sao.

Hands On

Scenarios

Không có kết quả nào.

Community

Không có kết quả nào.

Development Tools