• 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: eudora connect script
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: trying to track down EntourAid or utility like it.
  • Next by Date: Re: Smile: can no longer save script as stay open application!
  • Previous by thread: Re: eudora connect script
  • Next by thread: Scripting with 'Internet Explorer'
  • Index(es):
    • Date
    • Thread