home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / evrexx10.zip / README
Text File  |  1995-03-26  |  3KB  |  83 lines

  1.  
  2.  
  3.                     README  for EVRexx Version 1.00
  4.                     -------------------------------
  5.  
  6. Version: 26-Mar-1995       Copyright (c) 1994-1995 by Bernhard Bablok
  7.  
  8.  
  9. Summary
  10. -------
  11.  
  12. EVRexx is a package of external functions for REXX-programs. EVRexx
  13. enables the use of PM dialog-windows from your REXX-application.
  14.  
  15. Installation
  16. ------------
  17.  
  18. Unzip the EVRexx.zip file. In the directory \EVRexx\doc you will find an
  19. OS/2 online manual with a chapter `Installation`. Use the command
  20. `view evrexx` to read the manual.
  21.  
  22. EVRexx also needs the emx-runtime package emxrt.zip, version emx0.9a or
  23. above. This package is available from various ftp-sites and mailboxes.
  24.  
  25. List of files
  26. -------------
  27.  
  28. \EVRexx\runtime:
  29.  
  30.     EVRexx.dll         the DLL of external functions
  31.     EVRexx.exe         the PM-driver program
  32.  
  33. \EVRexx\doc:
  34.  
  35.     EVRexx.inf         the online manual (user's guide and reference)
  36.     EVRexx.ndx         the EPM help-index
  37.     copying.evr        the EVRexx license statement
  38.     copying            the GNU General Public License
  39.     README             this file
  40.  
  41. \EVRexx\dev:
  42.  
  43.     EVRmkdll.cmd       a REXX-script to create resource DLLs
  44.     EVRempty.obj       a file required by EVRmkdll.cmd
  45.     EVRempty.c         source file for EVRempty.obj
  46.     EVRempty.def       another file required by EVRmkdll.cmd
  47.     EVRh2Rex.cmd       a REXX-script to define #defined variables in
  48.                        header-files as REXX-variables
  49.  
  50. \EVRexx\src:
  51.  
  52.     source files of EVRexx
  53.  
  54. \EVRexx\samples\EVRzip:
  55.  
  56.     EVRzip.cmd          a simple unzip front-end
  57.     EVRzip.dll          the resource DLL for EVRzip.cmd
  58.     EVRzip.h            the header file for EVRzip.cmd and EVRzip.dlg
  59.     EVRzip.rc           the resource script file
  60.     EVRzip.res          the compiled resource script file
  61.     EVRzip.dlg          the dialog script file
  62.  
  63. \EVRexx\samples\PMCon:
  64.  
  65.     PMCon.cmd           a console useful for printf/fprintf output of
  66.                         PM-programs
  67.     PMCon.dll           the resource DLL for PMCon.cmd
  68.     PMCon.h             the header file for PMCon.cmd and PMCon.dlg
  69.     PMCon.doc           help-file for PMCon.cmd
  70.     PMCon.dlg           the dialog script file
  71.     PMCon.res           the compiled resource
  72.  
  73.  
  74. Address of author
  75. -----------------
  76.  
  77. Internet: ua302cb@sunmail.lrz-muenchen.de
  78. IBMMAIL:  DECCPFL9
  79.  
  80. Snail-mail: Bernhard Bablok
  81.             Kurt-Schumacher-Str. 70
  82.             D-82256 Fuerstenfeldbruck      (TeX: F\"urstenfeldbruck)
  83.