Re: Check for network connection
Re: Check for network connection
- Subject: Re: Check for network connection
- From: Tod Hallberg <email@hidden>
- Date: Tue, 03 Jun 2003 09:40:44 -0500
- Organization: Monical Pizza Corporation
Tod Hallberg wrote:
I have looked thru the archives, but I cannot seem to locate what I am
looking for..
What I am trying to do is create a daily script that can "ping", or
use some other method, to check a 40 or more 56k frame relay netowrk
connections.
I am using OS 9, AS 1.8.3
I would like to just check to see if the router on the far end is up,
but if I must, I could always try a computer on the other end. I would
not want to use Appletalk to attempt to mount a volume, as this take
just way too long.
thanx
tod
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
Well here is what I came up with to check the network for Appletalk
Zones. This will work for now, but I really don't want to have to rely
on the appletalk zones being active to perform this check.
With Akua Sweets 143
set theZones to (get the network zone names) as list
set theZones to order list theZones by name
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.