home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / comm / misc / avmnfax / rexx / archive.avm < prev    next >
Text File  |  1994-06-24  |  120b  |  10 lines

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