home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
comms
/
other
/
iris
/
poll.irx
< prev
next >
Wrap
Text File
|
1998-04-23
|
378b
|
13 lines
/* REXX script to check periodically for new mail */
/* $VER: Poll.irx V1.1 (supplied with Iris V1.2b) */
if ~show('l','rexxsupport.library') then addlib('rexxsupport.library',0,-30,0)
do while show('P','IRIS') & showlist('H','TCP')
address IRIS
GETMAIL
SENDMAIL IMMED
address command
WAIT 3 MINS
end
say 'Poll.irx ending - TCP/IP and/or Iris is not available.'