• 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: Target Application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Target Application


  • Subject: Re: Target Application
  • From: Nigel Garvey <email@hidden>
  • Date: Wed, 31 Jan 2001 23:12:12 +0000

email@hidden (AppleScript) wrote on Wed, 31 Jan 2001
11:12:55 -0600:

>I have the following simple script
>
>tell application "Finder"
> activate
> select file "00001458.png" of folder "Images"
> open selection
>end tell
>
>I would like to add to this script that the file "00001458.png" be opened
>by PictureViewer instead of the Application that created it.
>

tell application "Finder"
open file "00001458.png" of folder "Images" using application file id
"ogle"
end tell

NG


  • Prev by Date: Re: Target Application
  • Next by Date: Re: Reading Files bit by bit... (don't do that!)
  • Previous by thread: Re: Target Application
  • Next by thread: Quarkxpress
  • Index(es):
    • Date
    • Thread