skip to main content
Using the OpenAccess SDK Management Command Line : Using the OpenAccess SDK Management Command Line : Batch Command Execution
 

Batch Command Execution

The batch method of executing commands allows you to execute a script file that contains OpenAccess SDK Manager commands. The command syntax for batch execution is:

executable -i script_file
where:
executable is installdir\admin\oacla.exe on Windows and installdir/admin/oacla.sh on Linux/UNIX. See Invoking the OpenAccess SDK Management Command Line in a Client/Server Configuration for the parameters you can specify when invoking the tool.
script_file is the name of the file to execute. This file can contain OpenAccess SDK Manager commands only. When using a script file to execute commands, you must provide all of a command’s required and optional parameters in the script file (specify the parameters in the order they are documented).