home *** CD-ROM | disk | FTP | other *** search
- /* A VERY simple AutoGetMail for AmiTCP and Thor
- ** If someone would like to write a better one, please do and
- ** send it to me. I will include it in the next release of EZCron.
- ** Change the ThorMailBox variable to reflect the name of YOUR Thor system.
- */
-
- ThorMailBox = mymail
- call delay(500)
-
- address command 'amitcp:bin/stopnet' /*Takes AmiTCP offline*/
- address command 'amitcp:bin/startnet' /*Puts AmiTCP online*/
-
- OPTIONS FAILAT 21
-
- address command 'thor:bin/gettcp' ThorMailBox 'NONEWS'
- address command 'thor:bin/gettcp' ThorMailBox 'NOMAIL'
-
- OPTIONS NO
-
- address command 'amitcp:bin/stopnet' /*Takes AmiTCP offline*/
-
-