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

  1.  
  2. ;;; Script to receive faxes with the trion BBS system
  3. ;;; When a fax is detected , the BBS will run this script
  4. ;;; to invoke a fax receive with GPFax
  5.  
  6. failat 21
  7.  
  8. rx "address rexx_gpfax openserial"
  9. ;;; rx "address rexx_gpfax receivenow"      ;Do not use .. just testing
  10. rx "address rexx_gpfax fconreceive"
  11. rx "address rexx_gpfax closeserial"
  12. wait 5
  13.  
  14. failat 10
  15.  
  16. lastcallers
  17.  
  18.