-NoEnv: Do not use environment

Group

Startup (This option cannot be specified interactively.)

Scope

Assembly Unit

Syntax
  -NoEnv
  
  
Arguments

None

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 does not use any environment ( default.env, project.ini or tips file).

Example
  xx.exe -NoEnv
  

(Use the actual executable name instead of xx)

See also

Environment chapter