home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / modemkick / Connection < prev    next >
Text File  |  1998-07-12  |  716b  |  17 lines

  1. | MoZes
  2. |
  3. | Load MrModemKick from ANT's dirs.
  4. RMEnsure MrModemKick 0.00 RMLoad <InetSuite$Dir>.Utils.ModemKick.ModemKick
  5. | Check to see if its actually been loaded.
  6. SetEval MrModemKick$Alive 1
  7. RMEnsure MrModemKick 0.00 SetEval MrModemKick$Alive 0
  8. | If its loaded, set it to 25 seconds delay before each kick.
  9. | Its automatically set to 10 secs in the program itself, but can be changed here.
  10. |If MrModemKick$Alive THEN ModemKickDelay 25
  11. | If its loaded, turn the Modemkicking on.
  12. If MrModemKick$Alive THEN ModemKick On
  13. | Do we want MrModemKick to ping our own IP every time it kicks?
  14. | If we don't, then comment out the next line.
  15. If MrModemKick$Alive THEN ModemKickPing <Inet$SerialIpAddr>
  16. |
  17. Unset MrModemKick$Alive