home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / demos / euro / amev107.lzh / AME / Scripts / AME_Compress.script next >
Encoding:
AmigaDOS Script File  |  1991-11-03  |  422 b   |  15 lines

  1. .key SystemID/a  ; SystemID is passed from AME as "SystemID variable"
  2.  
  3. ; AME Compression Script
  4.  
  5. StorMail AME:Replies/<SystemID>.MSG TO AMEPacket:
  6.                                 ; Puts .MSG packet into
  7.                                 ; ZIP format .REP file
  8.                                 ;(StorMail outputs .REP)
  9. delete AME:Replies/<SystemID>.MSG
  10. delete AMEWork:#?                    ; !IMPORTANT! Erase old
  11.                                 ; packet!  Left over
  12.                                 ; conferences will cause
  13.                                 ; bad reads!
  14. ; end of script
  15.