How Do I Make a Program Run on Power Up?

How Do I Make a Program Run on Power Up?

The STARTP command allows a program to be run on power up. To use this command place it outside of the program you wish to run. Here is an example

DEL Setup
DEF Setup

MC1
GO1

END

STARTP Setup

After downloading this file the unit will run the program Setup upon powering up.