ACP can also be used on a command line level. The general usage of the ACP start script is:
ACP.exe [options] [FILE]
The supported command line options are:
| Long Form | Short Form | Description | |||
|---|---|---|---|---|---|
                --version
               | Display the program’s version number and exit. | ||||
                --help
               | 
                -h
               | Display the program’s command line options and exit. | |||
                --batch=
               | 
                -b 
               | Run the ACP program in Batch Mode.
  | |||
                --debug
               | 
                -d
               | Enable debug output. | |||
                --num-threads=
               | 
                -t 
               | Number of threads to be used. 0 for max available threads. | |||
                --logfile=
               | 
                -o 
               | Specify file to be used for log messages. | |||
                --mode=
               | 
                -m 
               | Application starts up in the specified mode (‘pre’ or ‘shared’). | |||
                --workbench
               | 
                -w
               | Run the ACP application in Workbench mode. | |||
                --port=
               | 
                -p 
               | Specify port number for remote access server. | |||
                [FILE]
               | 
                [FILE]
               | If the specified file is an ACP project, it is opened. If it is a Python script it is executed. |