_STARTUP System Variable

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

_STARTUP = ProgramName

Parameters

  • 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

You can also specify a startup application in the Files Location tab of the Options dialog.

See Also

DO Command | Options Dialog Box | DO Command