Re: eudora connect script
Re: eudora connect script
- Subject: Re: eudora connect script
- From: Kai <email@hidden>
- Date: Fri, 14 Feb 2003 03:09:09 +0000
on Wed, 12 Feb 2003 23:03:57 +0100, Christian Vinaa <email@hidden>
wrote:
>
maybe this is not the forum, then I apologize, but since its also
>
script related I'll venture this question;
>
>
whenever I want to manually connect via Remote Access a smaller
>
window appears in which I can keep track of the connection progress
>
and I can do things in the background if I want to
>
>
but when I use an apple script to let eudora connect, up pops an ugly
>
big window that wont be put in the background and in fact put works
>
on my iMac to a hold for the about 40 seconds a full connection takes
>
>
what gives and shouldnt there be a way to script the 'easy'
>
connection where I can keep writing eudora mails while the connection
>
is being made ?
I don't use Eudora, Christian - but you might try something like this:
==========================================
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.