home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac5_disk / olga / olga.inf < prev    next >
INI File  |  1997-05-30  |  2KB  |  63 lines

  1. ;This is the OLGA Manager configuration file.
  2. ;It must be placed in the root directory of the boot drive,
  3. ;in $HOME/defaults or $HOME.
  4.  
  5. ;Important: The minimal manager cannot tolerate errors
  6. ;in this file!!! Any lines preceded with a semicolon are
  7. ;comment lines. Empty lines, using CR/LF, are allowed.
  8. ;All entries must start at the line beginning
  9. ;(i.e. in column 1) and space characters etc. are not
  10. ;allowed. Program names are always absolute, i.e. with path
  11. ;and drive.
  12.  
  13. [Extensions]
  14. ;Wildcards are not allowed!
  15. ;Extensions (including dot "." ) are a maximum four characters long.
  16. .TAD=$ARTWORX
  17. .CWG=$ARTWORX
  18. .GEM=$ARTWORX
  19. .CVG=$ARTWORX
  20. .AI=$ARTWORX
  21. .SDB=$STELLA
  22. .TXL=$TEXEL
  23. .DIF=$TEXEL
  24. .CSV=$TEXEL
  25. .XLS=$TEXEL
  26. .HTM=$CAB
  27. .TXT=$QED
  28. .ASC=$QED
  29. .IMG=$PAPILLON
  30. .TIF=$PAPILLON
  31. .JPG=$PAPILLON
  32. .GIF=$PAPILLON
  33.  
  34. [Objects]
  35. ; For the following extensions there exists an ID4-Server
  36. ; the extensions must also be defined in the previous section! 
  37. .CWG=ArtWorx document
  38. .GEM=GEM Metafile
  39. .AI=Adobe Illustrator document
  40. .TAD=Texel spreadsheet
  41.  
  42. [Types]
  43. ;XAcc types, refer to OLGAPROT.TXT; these are exactly two
  44. ;characters long and case sensitive!
  45. SS=$TEXEL
  46. VG=$ARTWORX
  47. RG=$PAPILLON
  48. GG=$STELLA
  49. ED=$QED
  50.  
  51. [Applications]
  52. ;Here all aliases are established, shortcuts are denoted by
  53. ;a leading $ (see above).
  54. ;Encapsulation is allowed but take care not to create any
  55. ;endless loops. Case sensitivity is observed!
  56. TEXEL=C:\Program\PP\PRGS\texel.app
  57. STELLA=C:\Program\STELLA\STELLA.APP
  58. ARTWORX=C:\Program\ArtWorx\ARTWORX.PRG
  59. IDEALIST=C:\Tools\IdeaList\IDEALIST.PRG
  60. CAB=C:\Program\WWW\CAB\CAB.APP
  61. QED=C:\Other\qed\qed.app
  62. PAPILLON=C:\Program\PAPILLON\PAPILLON.PRG
  63.