home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / SAAREXX.ZIP / SAAREXX.DOC < prev    next >
Text File  |  1991-08-05  |  3KB  |  75 lines

  1. Application Name: SAAREXX Documentation Version 1.00
  2.  
  3. Requirements:     OS/2 1.2 or later
  4.  
  5. Description:      Online documentation for all SAA implementations
  6.                   of REXX.
  7.  
  8.  
  9. The following files make up the SAAREXX.ZIP file:
  10.  
  11.   saarexx.inf   - Online SAA REXX documentation.
  12.   saarexx.doc   - This file.
  13.   xmpmain.mak   - NMAKE file for OS/2 examples.
  14.   xmpmain.c     - C source for main driver example program.
  15.   xmpmain.def   - DEF file for xmpmain.c.
  16.   xmpfxdll.c    - C source for REXX external function program.
  17.   xmpfxdll.h    - Header file for xmpfxdll.c.
  18.   xmpfxdll.def  - DEF file for xmpfxdll.c.
  19.   xmpscdll.c    - C source for REXX subcommand environment.
  20.   xmpscdll.h    - Header file for xmpscdll.c.
  21.   xmpscdll.def  - DEF file for xmpscdll.c.
  22.   tryit.cmd     - REXX exec example for xmpmain.exe to use.
  23.   readme.doc    - Pedagogic Software standard file.
  24.  
  25.  
  26. Notes:
  27.   To view the documentation (SAAREXX.INF) type the following command at
  28.   any command prompt:
  29.  
  30.           view saarexx.inf
  31.  
  32.   The VIEW command is available only if the OS/2 Command Reference
  33.   option was chosen when you installed the operating system. If you did
  34.   not choose this option at installation time then refer to the manual
  35.   IBM OS/2 User's Guide Volume 1: Base Operating System for information
  36.   on installing the OS/2 Command Reference.
  37.  
  38.   No warranties, guarantees, etc. are implied, and no liability is
  39.   assumed for the code, examples, DLLs, or documentation.
  40.  
  41.   This software is user-supported software and may be freely
  42.   copied and used by anyone who wishes to do so as long as the
  43.   following conditions are met:
  44.  
  45.   1. This documentation not be used by any program for
  46.      which a fee is charged unless the owner of the program
  47.      has paid the registration fee.
  48.  
  49.   2. If you transmit a copy of this software to another
  50.      party you must give them the complete unaltered
  51.      contents of the SAAREXX.ZIP file.
  52.  
  53.   If you feel that this program has benefited you, please
  54.   register it by sending $25.00 to:
  55.  
  56.        Pedagogic Software
  57.        W. David Ashley
  58.        5 Timberline Dr.
  59.        Trophy Club, Tx 76262
  60.  
  61.   The source code for REXXUTIL can be obtained by sending
  62.   $75.00 ($25.00 registration + $50.00 source code) to the
  63.   same address.
  64.  
  65.   If you have questions, comments or suggestions please contact me
  66.   through the OS/2 Shareware BBS or at the address listed above.
  67.  
  68.  
  69.  
  70. Version 1.00 - 08/05/1991
  71. -------------------------
  72.  
  73.   1. Original release.
  74.  
  75.