home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / mnrexx10.zip / readme < prev    next >
Text File  |  1994-09-12  |  3KB  |  83 lines

  1.  
  2. MNRexx version 1.0
  3.  
  4. Copyright (c) 1994 Makoto Nagata, all rights reserved.
  5.  
  6. MNRexx is a WPS class that gives you access to WPS objects in Rexx language.
  7. With MNRexx, you can create specialized WPS objects in Rexx.  Also an MNRexx
  8. object on the desktop can act as an agent to allow access to WPS objects from
  9. outside of the WPS process.
  10.  
  11. MNRexx has a general SOM interface with which you can directly call any SOM
  12. method in Rexx (including undocumented WPS methods).
  13.  
  14. This package (MNRexx10.zip) is released as shareware so that I can find out
  15. how many people are out there who care about this kind of product.  For more
  16. information, please view the MNRexx.inf file.  The registration fee is USD
  17. $15.00 (which I hope you will find reasonable).
  18.  
  19. This package expires on 10/10/94.  If you have received this package after
  20. this date, please contact the author.
  21.  
  22. This package contains the following files:
  23.  
  24.     readme                          - this file
  25.     install.cmd                     - installation script
  26.     uninstal.cmd                    - uninstallation script
  27.     register.frm                    - registration form text file
  28.     MNRexx.dll                      - WPS class dll
  29.     MNRexx.inf                      - MNRexx reference in INF format
  30.     PMREXX                          - a version of PMREXX
  31.     PMREXX\readme                   - description
  32.     PMREXX\PMREXX.C                 - modified C source file
  33.     PMREXX\PMREXX.EXE               - modified PMREXX executable
  34.     PMREXX\PMREXX.MAK               - modified PMREXX makefile
  35.     PMREXX\PMREXXIO.DLL             - dll for PMREXX
  36.     PMREXX\PMREXXIO.HLP             - help file for PMREXX
  37.     samples\access                  - WPS access from an external script
  38.     samples\access\readme           - description
  39.     samples\access\install.cmd      - installation script
  40.     samples\access\access.cmd       - external script
  41.     samples\access\agent.mnx        - MNRexx script
  42.     samples\blakhole                - simple 'blackhole' object
  43.     samples\blakhole\readme         - description
  44.     samples\blakhole\install.cmd    - installation script
  45.     samples\blakhole\blakhole.mnx   - MNRexx script
  46.     samples\blakhole\blakhole.ico   - icon file
  47.     samples\inspect                 - object inspector
  48.     samples\inspect\readme          - description
  49.     samples\inspect\install.cmd     - installation script
  50.     samples\inspect\inspect.mnx     - MNRexx script
  51.     samples\inspect\inspect.ico     - icon file
  52.     samples\trashcan                - simple 'trashcan' object
  53.     samples\trashcan\readme         - description
  54.     samples\trashcan\install.cmd    - installation script
  55.     samples\trashcan\trashcan.mnx   - MNRexx script
  56.     samples\trashcan\trashcan.ico   - icon file
  57.  
  58. This software is freely distributable as long as the original package
  59. (MNRexx10.zip) is unmodified.  For more information, please view the
  60. information file MNRexx.inf.
  61.  
  62. 1.  Installation
  63.  
  64.     To install MNRexx, run 'install.cmd' command file.
  65.  
  66.     - to install to "C:\OS2\DLL" directory, type "install".
  67.     - to install to some other directory in your LIBPATH (e.g., D:\DLL)
  68.     type "install [your dll directory]" (e.g., "install D:\DLL").
  69.  
  70. 2.  Documentation
  71.  
  72.     View the information file by typing 'view MNRexx.inf'.
  73.  
  74. 3.  The Author
  75.  
  76.     Makoto Nagata
  77.     
  78.     P.O.Box 26228
  79.     San Francisco, CA 94126-6228
  80.  
  81.     internet: MNAGATA@CRL.COM
  82.  
  83.