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

Average (0 Votes)
The average rating is 0.0 stars out of 5.

Hands On

Scenarios

There are no results.

Community

There are no results.

Development Tools