
   What it does:
   Generates a Norton/ExpertHelp Guides for standard include files which
   come package with version 5.2 of CA-Clipper.


   Requirements:
   -------------------------------------------------------------
   Blinker.exe     for swpruncmd   (RUN command as an alternative)
   ehc.exe         Guides compiler *
   ehml.exe        Guides linker   *

   * Both of these utilities come with ExpertHelp. If you do not
     own ExpertHelp, then you'll need to modify my code to use
     the NG compiler and linker. Of course since most of us use
     EH this should not pose a problem, else buy EH.


   How to use this utility:
   -------------------------------------------------------------
   1. Create a temp-directory
   2. Put all my files into the temp-directory
   3. Execute blink.bat

   * During the running of this utility you will get several prompts
   before some operations are actually done.

   * Readfile.obj is C code to read lines in a file, which has been
   provided so that you do not need a 3rd party library.


   License:
   -------------------------------------------------------------
   createng.exe/make.prg (c) 1995 Gallagher Computing Inc.
   All Rights Reserved.

   (1)   This program is free.

   (2)   You are free to use, copy and distribute make.prg and/or the
         compiled createng.exe providing:

         (a)  No fee is charged for use, copying or distribution.

         (b)  You distribute the source file with original copyright
              and annotate any and all changes you make.

   Gallagher Computing Inc.
   4292 Meadowbrook CT NE
   Keizer OR 97303
   (503)463-9461
   CIS: 70034,2313

   Disclaimer:
   -------------------------------------------------------------
   Gallagher Computing hereby disclaims all warranties relating to this
   software, whether express or implied, including without
   limitation any implied warranties of merchantability or fitness
   for a particular purpose.

   Gallagher Computing will not be liable for any special, incidental,
   consequential, indirect or similar damages due to loss of data
   or any other reason, even if Gallagher Computing or an agent of
   Gallagher Computing has been advised of the possibility of such damages.

   The person using the software bears all risk as to the quality and
   performance of the software.


   Copyrights:
   -------------------------------------------------------------
   All information within the Clipper header files are copyrighted to
   Computer Associates

