home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PPIPFC.ZIP / PPIPFC.DOC < prev    next >
Text File  |  1991-03-21  |  3KB  |  75 lines

  1. Application Name: PPIPFC.CMD Version 1.10
  2.  
  3. Requirements:     OS/2 Extended Edition 1.2 or later.
  4.                   OS/2 Standard Edition 1.3
  5.  
  6. Description:      A Pre-Processor for the Information Presentation
  7.                   Facility Compiler. Because the IPFC program cannot
  8.                   read a definitions file (.h file) you cannot use
  9.                   identifiers on the res= parameter to :h tags, you must
  10.                   specify a hard-coded resource number. PPIPFC.CMD is
  11.                   designed to read a .h file and obtain a list of
  12.                   definitions and then substitute those definitions into
  13.                   your .ipf file.
  14.  
  15. Invocation:       The following example is how the test.ipf file was
  16.                   created from the test.txt and test.h files included
  17.                   in this package:
  18.  
  19.                   ppipfc test.txt test.ipf test.h
  20.  
  21. The following files make up the REXHLAPI.ZIP file:
  22.  
  23.   ppipfc.cmd - PPIPFC program.
  24.   ppipfc.doc - This file.
  25.   test1.h    - Example definitions file.
  26.   test1.txt  - Example ipf file prior to pre-processing.
  27.   test1.ipf  - Output file of test1.txt and test1.h.
  28.  
  29.  
  30. Notes:
  31.   The documentation for this CMD is located in the comment header of the
  32.   PPIPFC.CMD file.
  33.  
  34.   No warranties, guarantees, etc. are implied, and no liability is
  35.   assumed for the code, examples, or documentation.
  36.  
  37.   This software is user-supported software and may be freely
  38.   copied and used by anyone who wishes to do so as long as the
  39.   following conditions are met:
  40.  
  41.   1. These functions may not be used by any program for
  42.      which a fee is charged unless the owner of the program
  43.      has paid the registration fee.
  44.  
  45.   2. If you transmit a copy of this software to another
  46.      party you must give them the complete unaltered
  47.      contents of the PPIPFC.ZIP file.
  48.  
  49.   3. If you make any modifications to these functions you
  50.      must change the name of the PPIPFC.CMD file to some other name.
  51.  
  52.   If you feel that this program has benefited you, please
  53.   register it by sending $25.00 to:
  54.  
  55.        Pedagogic Software
  56.        W. David Ashley
  57.        5 Timberline Dr.
  58.        Trophy Club, Tx 76262
  59.  
  60.   If you have questions, comments or suggestions please contact me
  61.   through the OS/2 Shareware BBS or at the address below:
  62.  
  63.       W. David Ashley
  64.       5 Timberline Dr.
  65.       Trophy Club, Tx 76262
  66.  
  67.  
  68.  
  69. Version 1.00 - 03/21/1991
  70. -------------------------
  71.  
  72.   1. Original release.
  73.  
  74.  
  75.