-Prod: Specify Project File at Startup

Group

STARTUP

This option cannot be specified interactively.

Scope

None

Syntax
  -Prod=<file>   
Arguments

<file>: name of a project or project directory

Default

None

Defines

None

Pragmas

None

Description

This option can only be specified at the command line while starting the application. It cannot be specified in any other circumstances.

Use this option to make the application open the file as a configuration file. When <file> names a directory instead of a file, the application appends the default name project.ini. When loading fails, a message box appears.

Example
  compiler.exe -prod=project.ini   

(Use the compiler executable name instead of "compiler".)

See also

Local Configuration File