does router address involve opening database?
does router address involve opening database?
- Subject: does router address involve opening database?
- From: email@hidden
- Date: Mon, 14 Oct 2002 23:31:47 EDT
In OS9, if I drag the Network Setup Scripting file onto the script editor, I
get the dictionary. In this dictionary, I see "router address" listed under
the TCP/IP v4 Suite. I've tried a number of methods of pulling the router
address data out, with no luck. My goal is to retrieve that value into an
Applescript variable.
I'm beginning to think that it's not a simple one-liner is it?
Not something like:
tell application "Network Setup Scripting"
display dialog "router = " & (router address of TCP/IP v4 Suite)
end tell
Can anyone tell me if retrieving this data involves opening the networking
database and going through the configs until it finds the active one, then
retrieving the router address?
_______________________________________________
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.