• 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: Running a tell block without application opening (visually)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Running a tell block without application opening (visually)


  • Subject: Re: Running a tell block without application opening (visually)
  • From: Gary Lists <email@hidden>
  • Date: Wed, 11 Feb 2004 04:31:59 -0500

Jim Witte wrote [2/11/04 1:23 AM]:

> I've got a simple script to open a PPP connection:
>
> tell application "Internet Connect"
> open connection (first PPP Configuration)
> end tell
>
> Is there something I can add to the tell syntax to suppress the
> application launch, at least the visual part of the launch?
>
> Jim Witte


You can tell your application 'to launch' and it will open (or remain) in
the background.

tell app "Internet Connect"
launch
open connection ...
end tell
--
Gary
_______________________________________________
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.

References: 
 >Running a tell block without application opening (visually) (From: Jim Witte <email@hidden>)

  • Prev by Date: Re: Droplet that crash
  • Next by Date: Re: "Choose folder" not working for NT server
  • Previous by thread: Running a tell block without application opening (visually)
  • Next by thread: Extracting data from HTML
  • Index(es):
    • Date
    • Thread