home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Fax / AVMN199D.LHA / avminstall / rexx / archive.avm < prev    next >
Encoding:
Text File  |  1995-08-19  |  106 b   |  10 lines

  1. /* copies a log into the archive */
  2.  
  3. parse upper arg stuff
  4.  
  5. address rexx 'moveto' 'Archive' stuff
  6.  
  7. exit
  8.  
  9.  
  10.