home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 613a.lha / JBPHelp_v0.34 / help.cfg < prev    next >
Encoding:
Text File  |  1980-02-23  |  3.6 KB  |  89 lines

  1. ;
  2. ;    Config file for JBPHelp.  a SEMI-COLON is a comment line
  3. ;
  4. ;------------------------------------------------------------------------
  5. ;
  6. ; JBPHelp has three different methods to determine what task is active when
  7. ; the *HELP* key was pressed.  To tell it how it should go about trying to
  8. ; connect the right help file with the right task, you need to place the
  9. ; proper entries in this config file.  The BEST way to select a help file
  10. ; is to allow JBPHelp to TRACK the intuition window back to the task that
  11. ; created it.  Each task has a TASK NAME.  If JBPHelp is able to CLEARLY
  12. ; show you a READABLE name and not some garbage-looking TASK NAME, then
  13. ; you should use that name here in the config file.  Place an @ symbol 
  14. ; infront of the task name followed by the help file to show.  Notice that
  15. ; most any task run from workbench can be done this way.
  16. ;-----------------------------------------------------------------------
  17. ; The next alternative is the PATH.  For those tasks launched from CLI,
  18. ; the task name is not always filled in with the actual name but with the
  19. ; name BACKGROUND CLI or BACKGROUND PROCESS.  Since JBPHelp cannot
  20. ; distinguish two CLI tasks because of the nomenclature, we must ask the CLI
  21. ; what the PATHNAME of the program is to find out which program we are 
  22. ; wanting to show help for.  We use a $ symbol to indicate that the text
  23. ; following is the FILENAME portion of the PATH *ONLY* and immediatly follow
  24. ; the filename with a blank and the name of the help file to show.  This
  25. ; should be your second alternative.
  26. ;--------------------------------------------------------------------------
  27. ; Lastly and the most awkward is the * symbol.  If the above two methods 
  28. ; cannot be used, the only recourse is to try to look at a portion of the
  29. ; title in the WINDOW of the program we want to show help for.  In cases
  30. ; where the program has been RUN using some non-standard RUN command, or
  31. ; the program has it's own nasty way of being launched from CLI but can
  32. ; detach itself without the <NIL: > NIL: redirections in the CLI, neither
  33. ; the TASKNAME (probably BACKGROUND PROCESS) nore the PATH (probably '')
  34. ; will be of any help.  Here we will have to look at a few letters in the
  35. ; WINDOW TITLE.  Be careful You can only choose up to the end of the first
  36. ; WORD in the title in this version.
  37. ;---------------------------------------------------------------------------
  38. ;
  39. ;NOTE:  Examples of these three methods are given in the config file.
  40. ;
  41. ;     @   -- TASKNAME
  42. ;     $   -- FILENAME part of PATH
  43. ;     *   -- First word in WINDOW TITLE (or the first part of the first word)
  44. ;888888888888888888888888888888888888888888888888888888888888888888888888888
  45. *System SystemReq.Help
  46. *Execute ExecuteAFile.Help
  47. *Rename RenameAFile.Help
  48. *Information IconInfo.Help
  49. @e txed.help
  50. *TxEd txed.help
  51. @kashmir WordPerfect.help
  52. @DPAINT DeluxePaint4.help
  53. @mymenu MyMenu.help
  54. @Workbench Workbench.help
  55. @Input Input.help
  56. @IControl Icontrol.help
  57. @Palette Palette.help
  58. @WBPattern WBPattern.help
  59. @Font Font.help
  60. @Pointer Pointer.help
  61. @ScreenMode ScreenMode.Help
  62. @Overscan Overscan.help
  63. @Printer Printer.help
  64. @PrinterGfx PrinterGfx.help
  65. @Serial Serial.help
  66. @Time Time.help
  67. @Clock Clock.help
  68. @Exchange Exchange.help
  69. @Calculator Calculator.help
  70. @Colors Colors.HELP
  71. @IconEdit IconEdit.HELP
  72. @KeyShow KeyShow.HELP
  73. @AutoPoint AutoPoint.HELP
  74. @Blanker Blanker.HELP
  75. @ClickToFront ClickToFront.HELP
  76. @FKey FKey.HELP
  77. @IHelp IHelp.HELP
  78. @NoCapsLock NoCapsLock.HELP
  79. @PageStream2 PageStream2.HELP
  80. @GWTerm GWTerm.HELP
  81. @ToolManager ToolManager.HELP
  82. @Nuke @Nuke.HELP
  83. @Quarterback Quarterback.HELP
  84. *VirusX VirusX.HELP
  85. *machiii MachIII.HELP
  86. $jbp:RPN_CALC/RPN_CALC RPN_Calc.HELP
  87. @Plotit Plotit.HELP
  88. @a a
  89.