Batch Command Execution
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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).