home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / comm / iris / poll.irx < prev    next >
Encoding:
Text File  |  1998-03-08  |  240 b   |  10 lines

  1. /* Check periodically for new mail */
  2. do while show('P','IRIS') & show('L','bsdsocket.library')
  3.    address IRIS
  4.    GETMAIL
  5.    SENDMAIL IMMED
  6.    address command
  7.    WAIT 3 MINS
  8. end
  9. say 'Poll.irx ending - TCP/IP and/or Iris is not available.'
  10.