home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / REXXCOPY.ZIP / REXXCOPY.DOC < prev   
Text File  |  1989-12-14  |  494b  |  12 lines

  1. This is a copy utility written in REXX for OS/2.
  2. There are easier ways to do most of this including using the
  3. FILEMANAGER and there are even better programs written.
  4.  
  5. It does serve as a good example of some of the REXXOS/2 command
  6. structures and syntax. We used a couple of techniques including
  7. the non-SAA "directory" command that probably will not work on
  8. a VM or MVS system.
  9.  
  10. There are comments liberally spread throughout the source to give
  11. you an idea of the intent. Have fun.
  12.