Re: Calling a non-scriptable application
Re: Calling a non-scriptable application
- Subject: Re: Calling a non-scriptable application
- From: "David A. Cox" <email@hidden>
- Date: Fri, 11 Oct 2002 08:14:21 -0700 (PDT)
You could try a shell script that used the "open" command
do shell script "open /path/imageJ"
don't forget to add the ".app" to imageJ if it is needed.
You could also try to use the open command to open a specific file with
imageJ if thsi is what you are after:
do shell script "open -a imageJ /path/to/your/file"
Hope this helps,
DAC
On Fri, 11 Oct 2002, Christopher Coulon wrote:
>
Is it possible to activate an application that is non-scriptable? I would
>
like AppleScript to run the application imageJ, a freeware image analysis
>
application from NIH. Does anyone know if this is can be done? I am using
>
Jaguar on a 400 mHz G4 PowerBook. Thanks in advance,
>
>
Chris Coulon
>
>
>
***************************************
>
The GAIA Group
>
Global Automated Image Analysis
>
>
We welcome image analysis problems in all fields.
>
www.theGAIAgroup.org
>
Christopher Coulon, Ph.D., Founder
>
email@hidden
>
415 515-3379
>
***************************************
>
_______________________________________________
>
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.
_______________________________________________
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.