Re: When did Remote Access Commands get depreciated?
Re: When did Remote Access Commands get depreciated?
- Subject: Re: When did Remote Access Commands get depreciated?
- From: "Christopher C. Stone" <email@hidden>
- Date: Tue, 3 Apr 2001 21:57:51 -0500
At 04/03/2001 13:28 -0400, Bill Cheeseman wrought:
>
...
>
This is also correct. The Status property in Network Setup Scripting is
>
broken in Mac OS 9.1.
>
>
So, it's Catch-22. You have to wait for the bug fix, whenever that may be.
__________________________________________________________________________
Greetings,
On my dial-up system I can look to see if there's an IP address to determine if I'm connected:
---------------------------------------------------------------------------
with timeout of 2 seconds
tell application "Network Setup Scripting"
try
open database
set tcpConfig to name of item 1 of every TCPIP v4 configuration whose active is true
set ipAddress to IP address of TCPIP v4 configuration tcpConfig
end try
close database
end tell
end timeout
if ipAddress is not "0.0.0.0" then
beep 2
end if
---------------------------------------------------------------------------
--
Best Regards,
Christopher Stone
______________________________
StoneWorks Computer Consulting
email@hidden