-Prod: Specify project file at startup

Group

None (This option cannot be specified interactively.)

Scope

None

Syntax
  -Prod=<file>
  
  
Arguments

<file>: name of a project or project directory

Default

None

Description

This option can only be specified at the command line while starting the application. It cannot be specified in any other circumstances, including the default.env file, the command line or whatever.

When this option is given, the application opens the file as configuration file. When the filename does only contain a directory, the default name project.ini is appended. When the loading fails, a message box appears.

Example
  assembler.exe -Prod=project.ini
  
  

(Use the Assembler's executable name instead of assembler.)

See also

Environment chapter