Re: RA Connect
Re: RA Connect
- Subject: Re: RA Connect
- From: Kai <email@hidden>
- Date: Thu, 27 Feb 2003 03:50:55 +0000
on Wed, 26 Feb 2003 17:56:05 -0500, Richard Simms
<email@hidden> wrote:
>
I made a script to connect to the internet with remote accesses
>
current settings:
>
>
RA connect
>
>
but came up with the error: "Could not find Apple Shared Library
>
Manager. Please make sure it is installed and try again."
>
>
I searched the hard drive and found no such thing. Could someone
>
possibly tell me where i could get one of these "Shared Library
>
Manager"'s
Depending on which system you're using, it may not do you much good,
Richard.
I seem to recall coming across a similar error after updating the OS on some
of my machines. I believe the errors were caused by the fact that 'RA
connect' no longer worked on the later systems. (Drove me potty at the
time!)
Try something like this instead:
==========================================
tell application "Network Setup Scripting"
try
close database
end try
open database
set c to Remote Access configurations whose active = true
connect c's item 1
close database
end tell
==========================================
--
Kai
_______________________________________________
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.