Re: App launch help
Re: App launch help
- Subject: Re: App launch help
- From: Christopher Stone <email@hidden>
- Date: Sun, 05 Oct 2014 12:59:18 -0500
On Oct 05, 2014, at 12:07, dealTek <email@hidden> wrote:
I have two versions of FileMaker Pro - Version 11 and version 12... I need the apple script to load version 12 but it keeps opening version 11. ______________________________________________________________________
Hey Dave,
Try giving your script a full path to the desired app.
tell application "Ryoko:Applications:Applications_Chris:Developer_Tools:Applescript_Tools:Script Debugger 6:Script Debugger.app:" make new document end tell
Double-check and see if the different versions have different bundle-IDs.
Use info for <alias> to see this attribute.
Bundle Identifier : com.latenightsw.ScriptDebugger6
-- Best Regards, Chris
|
_______________________________________________
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