home *** CD-ROM | disk | FTP | other *** search
- | MoZes
- |
- | Load MrModemKick from ANT's dirs.
- RMEnsure MrModemKick 0.00 RMLoad <InetSuite$Dir>.Utils.ModemKick.ModemKick
- | Check to see if its actually been loaded.
- SetEval MrModemKick$Alive 1
- RMEnsure MrModemKick 0.00 SetEval MrModemKick$Alive 0
- | If its loaded, set it to 25 seconds delay before each kick.
- | Its automatically set to 10 secs in the program itself, but can be changed here.
- |If MrModemKick$Alive THEN ModemKickDelay 25
- | If its loaded, turn the Modemkicking on.
- If MrModemKick$Alive THEN ModemKick On
- | Do we want MrModemKick to ping our own IP every time it kicks?
- | If we don't, then comment out the next line.
- If MrModemKick$Alive THEN ModemKickPing <Inet$SerialIpAddr>
- |
- Unset MrModemKick$Alive