_STARTUP System Variable

See Also

Specifies the name of the application that runs when you start Visual FoxPro.

Syntax

_STARTUP = ProgramName

Arguments

ProgramName

Specifies the application that is run when you start Visual FoxPro. You must include _STARTUP in your Visual FoxPro configuration file.

You can also specify a command or program to run when Visual FoxPro starts by including one of the following in your configuration file:

COMMAND = cVisualFoxProCommand

 - Or -

COMMAND = DO ProgramName

A startup application specified with _STARTUP always runs before a command or program specified with COMMAND in your configuration file.

Remarks

_STARTUP contains Vfp6strt.app by default. You can also specify a startup application in the Files Location tab of the Options dialog.