home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / REXXPA.ZIP / REXXPACK.DOC next >
Text File  |  1991-08-06  |  2KB  |  70 lines

  1.  
  2.  
  3.  
  4.  
  5. REXXPACK -- Rexx Optimization Program, Version 1.0a
  6. (c) Innovative Business Technologies, Inc, 1991
  7. All Rights Reserved
  8.  
  9. August 6, 1991
  10.  
  11.  
  12.  
  13. Please refer all questions, comments, or license fees to:
  14.  
  15.         Mark Ramsey
  16.         Innovative Business Technologies, Inc.
  17.         Suite 1000
  18.         65 East State Street
  19.         Columbus, OH 43215
  20.  
  21. or,
  22.  
  23.         COMPUSERVE   74005,1637
  24.  
  25.  
  26. You may copy and distribute this program freely, provided that:
  27.  
  28.    1)   No fee is charged for such copying and distribution.
  29.    2)   It is distributed ONLY in its original, unmodified state.
  30.    3)   It is not distributed as part of any commercial product or service.
  31.  
  32. If you like this program, and find it of use, then your contribution
  33. will be appreciated.  You may not use this product in a commercial
  34. environment or a govermental organization without paying a license
  35. fee of $35.  For information regarding site license agreements,
  36. please contact the address listed above.  Upon receipt of your
  37. license fee, IBT will send RexxUnPk, which will unpack any Rexx
  38. program that has been optimized.
  39.  
  40. If you do not feel this program is of value, or do not wish to abide
  41. by the terms of the agreement, please erase the programs and look for
  42. another BBS file to download.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. REXXPACK infile.ext outfile.ext
  50.  
  51.  
  52. infile.ext  -  Name of standard Rexx command file
  53.  
  54. outfile.ext -  Name of optimized file to create
  55.  
  56.  
  57.  
  58. RexxPack will read infile.ext and create outfile.ext as an optimized
  59. Rexx program.  The new outfile.ext will be a single line Rexx program
  60. that will run faster.  The new program will also be difficult to
  61. change.  It is not completely compiled, but it is all on a single line.
  62. You should in normal cases use CMD as the extension on the file.  You
  63. can, however, use any extension. 
  64.  
  65. RexxPack will work with both OS/2 and host Rexx programs.  To
  66. optimize a host program, first download it as an ASCII text file,
  67. then run RexxPack, then upload again as ASCII text.  You will need to
  68. extend the Lrecl on the upload to handle the full size of the file.
  69.  
  70.