home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
rexx
/
library2
/
copy
/
rexxcopy.doc
< prev
Wrap
Text File
|
1989-12-14
|
494b
|
12 lines
This is a copy utility written in REXX for OS/2.
There are easier ways to do most of this including using the
FILEMANAGER and there are even better programs written.
It does serve as a good example of some of the REXXOS/2 command
structures and syntax. We used a couple of techniques including
the non-SAA "directory" command that probably will not work on
a VM or MVS system.
There are comments liberally spread throughout the source to give
you an idea of the intent. Have fun.