• 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: AppleScript After Launchd Job
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleScript After Launchd Job


  • Subject: Re: AppleScript After Launchd Job
  • From: Pierce Freeman <email@hidden>
  • Date: Fri, 05 Jun 2009 22:00:37 -0700
  • Thread-topic: AppleScript After Launchd Job

Hi Philip:

Thanks for your reply.  However, I am including the actual code in the
Launchd file (I know, I know) so how would this translate into that
scenario?  I get what you are saying, however I am just not seeing how that
could be translated into Launchd.


Thanks for your help!


On 6/5/09 9:58 PM, "Philip Aker" <email@hidden> wrote:

> On 2009-06-05, at 21:23:47, Pierce Freeman wrote:
>
>> I am making a Launchd job, and want to run an AppleScript once it is
>> done
>> with it's main task.  I want my cd job to run, and then a follow-up
>> AppleScript to run afterwards.  My problem is that I don't know how
>> to use
>> two different "main codes" (ex. cd) to be run in one launchd.
>
> I'm guessing you would want something like the following in your shell
> script:
>
> cd /path/to/dir;
> osascript /path/to/some.scpt;
>
> To run multiple shell script calls from a single line it would be:
>
> cd /path/to/dir;osascript /path/to/some.scpt;
>
> The basic command separator is a semicolon.
>
>
> Philip Aker
> echo email@hidden@nl | tr a-z@. p-za-o.@
>
> Democracy: Two wolves and a sheep voting on lunch.
>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: AppleScript After Launchd Job
      • From: Philip Aker <email@hidden>
References: 
 >Re: AppleScript After Launchd Job (From: Philip Aker <email@hidden>)

  • Prev by Date: Re: AppleScript After Launchd Job
  • Next by Date: Re: Xcode and text field
  • Previous by thread: Re: AppleScript After Launchd Job
  • Next by thread: Re: AppleScript After Launchd Job
  • Index(es):
    • Date
    • Thread