Console Execution

OML language commands or scripts can also be passed as arguments to be executed by the OML interpreter in Console mode.

  • On a PC, open a DOS Command Prompt window and run the following command: <install directory>\Compose_Console.bat –f <inputfile>.oml
  • From a Linux shell, run the following command: <install directory>/Compose_Console –f <inputfile>.oml

This runs the OML script <inputfile> in Console mode. This is executed in batch mode unless the OML script <inputfile> contains print statements, such as printf, disp, and assignment, then this is silent and OML quits after the script is executed.

Additional options are described in the コンソールモード開始オプション topic.