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

  1.  
  2. ;;; Script to trim message bases to MaxMessages
  3.  
  4. Attention "TrimMsgs: Script started" -o
  5.  
  6. ;;; Discard old messages
  7.  
  8. Attention "TrimMsgs: Trimming"
  9. RMCommander -t
  10.  
  11. ;;; Make a new DupeDataBase without the discarded messages
  12.  
  13. Attention "TrimMsgs: Making DupeBase"
  14. trion:utils/tmp M -d 
  15.  
  16. Attention "TrimMsgs: Script finished" -q
  17.  
  18.