• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: When did Remote Access Commands get depreciated?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: When did Remote Access Commands get depreciated?
      • From: Devon and Cornwall <email@hidden>
    • Re: When did Remote Access Commands get depreciated?
      • From: Emmanuel <email@hidden>
References: 
 >Re: When did Remote Access Commands get depreciated? (From: Bill Cheeseman <email@hidden>)

  • Prev by Date: Re: File manipulating with FMPro fields
  • Next by Date: Re: Testing for running app?
  • Previous by thread: Re: When did Remote Access Commands get depreciated?
  • Next by thread: Re: When did Remote Access Commands get depreciated?
  • Index(es):
    • Date
    • Thread