GEOS SDK TechDocs
|
|
2.21 [parallel]
|
2.23 [printer]
The paths category defines other directories to add into a standard path as well as additional INI files and the location of the shared token database. Adding directories to standard paths is useful both in network situations and if you want your application installed in a special directory but linked to the WORLD directory. This category uses five different keys, as shown below.
<standard path> = <additional paths>
Each standard path is its own key, and you can merge other directories into any standard path. Some examples are shown below.
top = C:\GEOWORKS C:\PCGEOS world = E:\INSTALL\NEWAPP userdata font = N:\NETFONTS F:\SPECFONT
ini = <file names>
This key defines up to three additional INI files to be loaded read-only. When GEOS searches for a key, the local (current) INI file is scanned first, followed by the additional INI files in the order they're defined. The first occasion of the key will be used; thus, the local INI file can supersede other settings.
ini = personal.ini INI\mydevice.ini n:\shared.ini
inisaved = <files>
This key is used only if GEOS is run with the /psaved argument. That is, if the user runs GEOS thus:
C>GEOS /psaved
then GEOS will look for the inisaved key rather than the ini key for additional INI files. Similarly, if the user instead runs
C>GEOS /pxxx
GEOS will look for a key called inixxx for the names of the files to be used.
inisaved = net.ini inisaved = demo.ini net.ini
sharedTokenDatabase = <path>
This key defines the location of the shared token database file. This key is most useful in network situations, when many users may be sharing a single token database.
sharedTokenDatabase = N:\NETFILES\TOKEN_DA.000
GEOS SDK TechDocs
|
|
2.21 [parallel]
|
2.23 [printer]