• 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
Path to Quark...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Path to Quark...


  • Subject: Path to Quark...
  • From: Stefan Eriksson <email@hidden>
  • Date: Tue, 30 Nov 2004 23:51:26 +0100

I just found a small script that searches for a specific xtension for QxP6 and am curious how to get a path to a specific application, in this case QxP... there are some good tools for this pathtome thing but how do i find path to an application ?

one way but not so neat is to take volume-name add ":applications:" and then loop every folder there and search for anything thats starts with "QuarkXPress..." and do the same in users/applications... these loops usually takes to long to run tho, any other ideas ?

Script so-far looks like, thx whoever made it !

tell application "QuarkXPress Passport"
repeat with currentXtension in (xtensions as list)
if name of currentXtension is "QX-Drag&Drop" then
set dialogText to "QX-Drag&Drop is installed"
display dialog dialogText buttons {"Abort"} default button "Abort" giving up after 15
return
end if
end repeat
end tell

Best regards, Stefan
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Path to Quark...
      • From: Matthew Smith <email@hidden>
  • Prev by Date: Re: Mount Volume Works on Xserve but not Users Machine
  • Next by Date: Re: Path to Quark...
  • Previous by thread: Re: applescript to trigger dialup needed please
  • Next by thread: Re: Path to Quark...
  • Index(es):
    • Date
    • Thread