The [APPS] section of the Setup.ini configuration file consists of a list of the paths to all the applications that you have added to the VTS Application Manager's list of available applications.
An example of the syntax of the variables in the [APPS] section appears below.
[APPS]
0 XY\
0 Example\
0 TUTSIM\
1 TUTORIAL\
0 D:\Backups\HydroSCADAApplication
As you can see, the application directory for each application appears under the [APPS] section. If the application exists within the VTS directory, a relative path to the application is listed; however, if the application exists outside the VTS directory, and absolute path (including the drive letter) is given (e.g. the last application in the example above has an absolute path, indicating that this application directory exists outside the VTS installation or product directory).
Each variable in the [APPS] section is prefaced by either a "0" or a "1", indicating whether the application is an auto start application; those applications prefaced by a "1" will auto start when the VTS program is run.