Version: 10.1

    Show / Hide Table of Contents

    Console Applications

    Console applications are standalone scripts that do not require MASTA to be open when running.

    Setup

    • Ensure the MastaInstallDirectory in the MastaInstallation.props file matches the MASTA installation directory.

      Props File

    • The file Script.cs contains the method Run() that is called when running the script.

      Script.Run

    • Press F5 to run the script.

      Run

    Back to top