Examples of a Run-time Launch Configuration File

The following examples are valid entries for either an application launch configuration file or a default application launch configuration file.

The following example binds the application (built with dynamic binding enabled) to Enterprise Server installed in c:\SvInstallDir, and uses myces.ini at the location specified.

set SERVERPATH=c:\SvInstallDir
set CESDYNAMIC=c:\ces\myces.ini

The following example binds the application (built with dynamic binding enabled) to Enterprise Server installed in c:\SvInstallDir using the specified path, and uses ces.ini, located in the bin or bin64 directory of c:\SvInstallDir.

set SERVERPATH=c:\SvInstallDir
set CESDYNAMIC=ces.ini

The following example, for any native COBOL application, locates the specified licensing configuration file in the same directory as the application.

set CESDYNAMIC=myces.ini

The following example binds the application (built with dynamic binding enabled) to Enterprise Server using the binary files located in the rt-files sub-directory of the application's working directory.

set BINPATH=\rt-files