home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / scripts / mail < prev    next >
Encoding:
Text File  |  1998-10-06  |  887 b   |  43 lines

  1.  
  2. ;;;  Script to proces mail and .TIC files.
  3.  
  4. ;quit
  5. wait 2
  6.  
  7. avail flush >nil:
  8. stack 5000
  9.  
  10. Attention -o "Mail: script started"
  11. trion  -max  "Mail processor is started, system can be a little slower"
  12.  
  13. trion:utils/CheckInbound -q
  14.  
  15. if WARN
  16.    Attention  "Mail: processor in PACK mode"
  17.    trion:utils/tmp P -d
  18. else
  19.  
  20.    ;;;  process  .TIC files
  21.  
  22.    Attention  "Mail: Processing tick files"
  23.    trion:utils/TrionTick  -p -b   -d
  24.  
  25.    ;CD trion:inbound       ;;; to enable unpacking ARC and ARJ archives
  26.  
  27.    Attention  "Mail: processor in UNpack mode"
  28.    trion:utils/tmp  U -c -b -f   -d
  29.  
  30.    ;CD trion:              ;;; to enable unpacking ARC and ARJ archives
  31.  
  32.    Attention  "Mail: Areafix started"
  33.    trion:utils/areafix   F -d
  34.  
  35.    Attention  "Mail: processor in PACK mode"
  36.    trion:utils/tmp  P    -d
  37.  
  38. endif
  39.  
  40. Attention "Mail: script finished" -q
  41. trion  -m -a -x  "Mail processor is Finished !"
  42.  
  43.