home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-05-30 | 1.7 KB | 63 lines |
- ;This is the OLGA Manager configuration file.
- ;It must be placed in the root directory of the boot drive,
- ;in $HOME/defaults or $HOME.
-
- ;Important: The minimal manager cannot tolerate errors
- ;in this file!!! Any lines preceded with a semicolon are
- ;comment lines. Empty lines, using CR/LF, are allowed.
- ;All entries must start at the line beginning
- ;(i.e. in column 1) and space characters etc. are not
- ;allowed. Program names are always absolute, i.e. with path
- ;and drive.
-
- [Extensions]
- ;Wildcards are not allowed!
- ;Extensions (including dot "." ) are a maximum four characters long.
- .TAD=$ARTWORX
- .CWG=$ARTWORX
- .GEM=$ARTWORX
- .CVG=$ARTWORX
- .AI=$ARTWORX
- .SDB=$STELLA
- .TXL=$TEXEL
- .DIF=$TEXEL
- .CSV=$TEXEL
- .XLS=$TEXEL
- .HTM=$CAB
- .TXT=$QED
- .ASC=$QED
- .IMG=$PAPILLON
- .TIF=$PAPILLON
- .JPG=$PAPILLON
- .GIF=$PAPILLON
-
- [Objects]
- ; For the following extensions there exists an ID4-Server
- ; the extensions must also be defined in the previous section!
- .CWG=ArtWorx document
- .GEM=GEM Metafile
- .AI=Adobe Illustrator document
- .TAD=Texel spreadsheet
-
- [Types]
- ;XAcc types, refer to OLGAPROT.TXT; these are exactly two
- ;characters long and case sensitive!
- SS=$TEXEL
- VG=$ARTWORX
- RG=$PAPILLON
- GG=$STELLA
- ED=$QED
-
- [Applications]
- ;Here all aliases are established, shortcuts are denoted by
- ;a leading $ (see above).
- ;Encapsulation is allowed but take care not to create any
- ;endless loops. Case sensitivity is observed!
- TEXEL=C:\Program\PP\PRGS\texel.app
- STELLA=C:\Program\STELLA\STELLA.APP
- ARTWORX=C:\Program\ArtWorx\ARTWORX.PRG
- IDEALIST=C:\Tools\IdeaList\IDEALIST.PRG
- CAB=C:\Program\WWW\CAB\CAB.APP
- QED=C:\Other\qed\qed.app
- PAPILLON=C:\Program\PAPILLON\PAPILLON.PRG
-