<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem adding notes to the VMS help in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857742#M78777</link>
    <description>If you're desperate for an example of how&lt;BR /&gt;this may be done, you might fetch the latest&lt;BR /&gt;(unreleased BETA) kit for Zip 3.0.  The&lt;BR /&gt;instructions are in [.VMS]INSTALL_VMS.TXT,&lt;BR /&gt;and the kit includes (or creates) properly&lt;BR /&gt;formatted HELP text files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/OLD/beta/zip30e.zip" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/OLD/beta/zip30e.zip&lt;/A&gt;</description>
    <pubDate>Wed, 06 Sep 2006 13:22:44 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-09-06T13:22:44Z</dc:date>
    <item>
      <title>Problem adding notes to the VMS help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857739#M78774</link>
      <description>Hi,&lt;BR /&gt;I am using OpenVMS 7.3-2 and have added a bunch of scripts for users. I need to add their usage information to the help manual. So that when the user type $Help "XXXX" they get the documentation &lt;BR /&gt;&lt;BR /&gt;In order to do so I did the following:&lt;BR /&gt;&lt;BR /&gt;I made a text file with the extension .hlp&lt;BR /&gt;&lt;BR /&gt;XXXX.hlp  in folder disk2:[acct1]&lt;BR /&gt;&lt;BR /&gt;Then I logged in as system and went to &lt;BR /&gt;disk2;[acct1] directory and did the following&lt;BR /&gt;&lt;BR /&gt;$library /replace /help sys$help:helplib.hlb XXX.hlp&lt;BR /&gt;&lt;BR /&gt;After this command I did not get any error message. Theoretically this should have now added the &lt;BR /&gt;XXXX as a help option so that when I did&lt;BR /&gt;&lt;BR /&gt;$help XXXX I would get the documentation I had created. &lt;BR /&gt;&lt;BR /&gt;However I got a message saying "no documentation found"&lt;BR /&gt;&lt;BR /&gt;I don't even see the "XXXX" in the VMS help&lt;BR /&gt;&lt;BR /&gt;Can anyone guide me here...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857739#M78774</guid>
      <dc:creator>nipun_2</dc:creator>
      <dc:date>2006-09-06T10:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding notes to the VMS help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857740#M78775</link>
      <description>The layout of .hlp files is very specific.&lt;BR /&gt;&lt;BR /&gt;you should have. The spaces matter.&lt;BR /&gt;&lt;BR /&gt;1 XXXXX&lt;BR /&gt;  some helpful words&lt;BR /&gt;2 subtopic&lt;BR /&gt;  some helpful words&lt;BR /&gt;&lt;BR /&gt;Extract a existing file to have a look&lt;BR /&gt;&lt;BR /&gt;$ lib/ext=UIL/OUT=UIL.HLP sys$help:helplib.hlb        &lt;BR /&gt;&lt;BR /&gt;See the docs&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82final/6100/6100pro_005.html#help_library_lbr" target="_blank"&gt;http://h71000.www7.hp.com/doc/82final/6100/6100pro_005.html#help_library_lbr&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2006 10:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857740#M78775</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-09-06T10:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding notes to the VMS help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857741#M78776</link>
      <description>Nipun,&lt;BR /&gt;&lt;BR /&gt;you should NOT modify the existing OpenVMS HELP library file (SYS$HELP:HELPLIB.HLB). This is completely unsupported and may cause problems in future OpenVMS upgrades.&lt;BR /&gt;&lt;BR /&gt;There are mechanisms to add user-defined HELP libraries pointed to by the logical names HLP$LIBRARY, HLP$LIBRARY_1 etc. as pointed out in the documentation.&lt;BR /&gt;&lt;BR /&gt;Volker</description>
      <pubDate>Wed, 06 Sep 2006 11:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857741#M78776</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-09-06T11:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding notes to the VMS help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857742#M78777</link>
      <description>If you're desperate for an example of how&lt;BR /&gt;this may be done, you might fetch the latest&lt;BR /&gt;(unreleased BETA) kit for Zip 3.0.  The&lt;BR /&gt;instructions are in [.VMS]INSTALL_VMS.TXT,&lt;BR /&gt;and the kit includes (or creates) properly&lt;BR /&gt;formatted HELP text files.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.info-zip.org/pub/infozip/OLD/beta/zip30e.zip" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/OLD/beta/zip30e.zip&lt;/A&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857742#M78777</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-09-06T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding notes to the VMS help</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857743#M78778</link>
      <description>Man you pharaohs &amp;amp; wizards need to give us no hats a fighting chance at points.  You guys are too quick!  (jk)&lt;BR /&gt;&lt;BR /&gt;have 2 on me! Cheers!&lt;BR /&gt;Oh yeah Nipun, what the big hats said. :))</description>
      <pubDate>Thu, 07 Sep 2006 06:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-adding-notes-to-the-vms-help/m-p/3857743#M78778</guid>
      <dc:creator>John Donovan_4</dc:creator>
      <dc:date>2006-09-07T06:46:47Z</dc:date>
    </item>
  </channel>
</rss>

