home *** CD-ROM | disk | FTP | other *** search
/ Dream 45 / Amiga_Dream_45.iso / Atari / Docs / ST-Guide / stguide2.lzh / ST-GUIDE.INF next >
Text File  |  1994-09-27  |  2KB  |  62 lines

  1. # This is an example INF file. It's set with hard drive users in mind but
  2. # floppy based users could set up a RAM disk as drive C: and run ST-Guide 
  3. # from there.
  4. # You can edit this file using any ASCII text editor and change the paths 
  5. # to point to the locations for the various components of ST-Guide.
  6. # It currently looks for a 'GUIDES' folder on 'C', which contains all the
  7. # 'HYP and 'REF' files, and a 'STGUIDE' folder also on 'C' which contains 
  8. # all the tools.
  9. # Lines beginning with the '#' symbol, like the lines you just read are 
  10. # ignored by ST-Guide and are for information only. 
  11. #
  12. # Default search path, where ST-Guide looks for 'HYP' hypertexts:
  13. PATHS=c:\guides;c:\stguide
  14. #
  15. # Default directory ST-Guide opens when calling the File Selector.
  16. # HCP also compiles to this path:
  17. HYPFOLD=c:\guides\
  18. #
  19. # Path to external viewer which is used to display unknown file types.
  20. # The viewer must be loaded in memory!:
  21. #EXTVIEW=NOTICE 
  22. #
  23. # The hypertext file to be loaded via the ST-Guide 'Catalog' option or when 
  24. # ST-Guide is started without parameters:
  25. HYPTOP=c:\guides\catalog.hyp
  26. #
  27. # The file used to find references:
  28. REF=c:\guides\all.ref
  29. #
  30. # ST-Guide can use GDOS screen fonts if loaded, refer to main
  31. # documentation for syntax details:
  32. #FONT=98,9
  33. #
  34. # HCP is used to compile STG files into HYP files. STool uses this
  35. # entry to 'compile':
  36. HCP=c:\stguide\hcp\hcp.ttp
  37. #
  38. # The number of spaces a tab will be expanded to is set here:
  39. #TABSIZE=4
  40. #
  41. # This variable is provided to install ARROWPATCH. This patch corrects 
  42. # a bug in the AES which prevents the scroll bars in windowed 
  43. # accessories from working correctly with certain TOS versions.
  44. # If you exerience this behaviour activate this patch ON (by removing
  45. # the preceding #).
  46. # This patch is not needed if you are running WINX, MagiC, MTOS or 
  47. # already running ARROWPATCH.
  48. #ARROWPATCH=1
  49. #
  50. # The first two values set the top left corner of the window. The
  51. # next two values set the bottom right corner for the ST-Guide window:
  52. WINSIZE=40,40,560,320
  53. #
  54. # This file will be loaded automatically if ST-Guide is started without 
  55. # parameters:
  56. DEFHYP=st-guide.hyp
  57. #
  58. # These options are used automatically when HCP is called:
  59. HCP_OPT=+zz-s
  60. #
  61. # That's it, wasn't too painful was it!
  62.