home *** CD-ROM | disk | FTP | other *** search
-
- ; $VER: MailCheck 1.1 (08.03.97)
- ;
- ; Automated E-Mail checking with Miami and YAM
- ;
- ; ©1997 Robert Wilson
-
- Failat 25
-
- ; **************************************
-
- CheckModem squirrelserial.device 0 >NIL: ; <--- Do you need to change this?
-
- ; **************************************
-
- If $RC EQ 0
- SetEnv ModemStatus 0
- Else
- SetEnv ModemStatus 1
- EndIf
-
- If Not Exists s:MailCheck.log
- echo "" >s:MailCheck.log
- echo MailCheck by Robert Wilson >>s:MailCheck.log
- echo -------------------------- >>s:MailCheck.log
- echo "" >>s:MailCheck.log
- EndIf
-
- date >> s:MailCheck.log
- rx Rexx:MailCheck.rexx >> s:MailCheck.log
-