home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / FATE-LIT.LZX / lit-amiga / arexx / copy.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-10-29  |  130 b   |  8 lines

  1. /* this example shows how to select a certain set of files and copy */
  2.  
  3. ADDRESS LINKIT
  4. CD "Work:Images"
  5. HILITE "#?.IFF"
  6. COPY
  7. EXIT
  8.