home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / scripts / PollNow < prev    next >
Encoding:
AmigaDOS Script File  |  1998-10-06  |  529 b   |  34 lines

  1. .key node
  2. .def node=14:103/2
  3.  
  4.  
  5. ;;; Script to Deiconize node 1 and poll your host/hub
  6. ;;; (Only poll when there is mail for the other system)
  7.  
  8.  
  9. ;;; Exit if there is no mail for <node> in trion:outbound/
  10.  
  11. ; Poll <node>                  ; or make poll packet for node
  12.  
  13. CheckIfMail  <node>
  14.  
  15. ;;; DeIconize
  16.  
  17. trion -W1 -1
  18.  
  19. ;;; Make the call
  20.  
  21. ;   trion -c -1 <node>          ;call  1x
  22. ;   caller <node>              ;call 10x
  23.  
  24. Trion -c -1 <node>
  25.  
  26. ;;; Iconize
  27.  
  28. trion -W0 -1
  29.  
  30. ;;; Start script to make lastcaller ANSI screens
  31.  
  32. lastcallers
  33.  
  34.