home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxcls.zip / README.DOC < prev    next >
Text File  |  1996-01-02  |  1KB  |  33 lines

  1. RXCLS is a shareware program which compiles a REXX programs into
  2. a stand alone executable. RXCLS is a 32bit program designed to 
  3. run on OS/2* version 2.x or greater.
  4.  
  5. After trying the program for 30 days, it must be registered, or 
  6. removed from your system. See LICENSE.DOC on how to register.
  7.  
  8. IF YOU LIKE RXCLS, THEN YOU WILL LOVE RXCL:
  9.  
  10.    RXCL is the retail version, which allows the creation of
  11. REXX-X Libs. With RXCL up to 50 REXX programs can be compiled
  12. into a single executable. There is an example of a REXX-X Lib
  13. called RXLIB1.EXE. See LICENSE.DOC on how to purchase a copy of
  14. RXCL.
  15.  
  16. KNOWN PROBLEMS
  17. ==============
  18.  
  19.    For some reason, changing dives or directories using shell commands
  20. fail. For example:
  21.    'C:'
  22.    'cd \windows'
  23.  
  24. So instead use the built in REXX function DIRECTORY() to get around
  25. this problem. Please let me know of any other problems or wishes.
  26. For example:
  27.  
  28.    call directory( 'C:' )
  29.    call directory( '\windows' )
  30.  
  31. *OS/2 and IBM are trademarks of International Business Machines, Inc.
  32.  
  33.