home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / down next >
Encoding:
Text File  |  1998-10-06  |  579 b   |  38 lines

  1.  
  2. ;;; Quit all nodes
  3.  
  4. ;  trion:utils/trion -q -a -x
  5.  
  6. ;;; If no nodes Quit the trion Resource Manager
  7.  
  8. ;  trion:utils/RMCommander -q
  9.  
  10. ;;; Quit all nodes , and if all down Quit the trion Resource Manager
  11.  
  12. trion:utils/RMCommander -a
  13.  
  14. ;;; Exit AttViewer program
  15.  
  16. Attention -q
  17.  
  18. ;;; Remove GPFax from memory
  19.  
  20. ; rx "address rexx_gpfax quit"
  21.  
  22. ;;; Remove Trion hotkey programm
  23.  
  24. run trion:utils/trionhotkeys
  25.  
  26. ;;; Remove Trion scheduler
  27.  
  28. trion:utils/event -Q
  29.  
  30. ;;; Remove Cron Util from memory
  31.  
  32. ; rx "address cybercron quit"
  33.  
  34. ;;; Flush all unused libs/devices from memory
  35.  
  36. Avail Flush >nil:
  37.  
  38.