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 COBOL 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 COBOL 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