FrontEndLaunchFlags


flags to use when the front end is launched

DetailsDetails

  • FrontEndLaunchFlags is a configuration setting that gives any special flags you want to set on the command line for the launch of the Mathematica front end. Typically this is not needed, but one example is that you might want to set the password file that is used.

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

A sample setting is shown below.

<FrontEndLaunchFlags>
-display :1 -nogui -geometry 1000x500+10+10
</FrontEndLaunchFlags>