home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 301.lha / hyperhelp / help / links < prev    next >
Encoding:
Text File  |  1980-12-03  |  1.9 KB  |  47 lines

  1. (@title Linking Commands in helpfiles@)Use the following commands to set
  2. up links to other help files.(@indent 4@)
  3.  
  4.  
  5.  
  6. (@bold@)ref (@color 2@)filename(@color 1@)(@bold@) - Set up a reference to
  7. another help file.
  8. You must specify a full path for the file, usually by useing the
  9. device name "help:".
  10. Text following the (@bold@)ref(@bold@) command is underlined until
  11. the next (@bold@)unref(@bold@) command (see below). Please note that
  12. the pathname for the referenced file is (@bold@)not(@bold@) displayed.
  13.  
  14.  
  15.  
  16. (@bold@)ref (@color 2@)label, filename(@color 1@)(@bold@) -
  17. Jump to the middle of a file.
  18. This can be useful for moving around in large files, or to go to a specific
  19. spot in the file "(@color 2@)filename(@color 1@).
  20. Note that (@color 2@)label(@color 1@) must be defined in the referenced
  21. file for the goto to work. (@label test@)(@ref test, help:help/links@)Click
  22. to to test goto. A new window should open with this line
  23. at the top.(@unref@)
  24.  
  25.  
  26.  
  27. (@bold@)exec (@color 2@)command(@color 1@)(@bold@) - Execute a command. This
  28. is works the same as the (@bold@)ref(@bold@) command, except that instead
  29. of opening another helpfile, HyperHelp tries to execute (@color 2@)command
  30. (@color 1@). If there is no ENV: or if the variable HELPAskFirst is set,
  31. then HyperHelp will display a requester to the user to confirm the
  32. execution. Note that there is no standard IO connected to the launched
  33. process, so you must provide it by the CLI file redirection modifiers '<' '>',
  34. if necessary. HyperHelp does not wait for the command to finish.
  35.  
  36.  
  37.  
  38. (@bold@)unref(@bold@) - End a reference or an exec.  Turns off underlining;
  39. text following the end of the reference does not open another window when
  40. you click on it.
  41.  
  42.  
  43.  
  44. (@bold@)label (@color 2@)text(@color 1@)(@bold@) - A possible destination for a
  45. (@bold@)goto(@bold@) command.  You can also use this to "comment out" a
  46. section of text which you do not want printed.
  47.