• 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: Help with AS problem please.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with AS problem please.


  • Subject: Re: Help with AS problem please.
  • From: Yvan KOENIG <email@hidden>
  • Date: Sun, 13 Sep 2009 22:28:03 +0200


Le 13 sept. 2009 à 22:17, Nicholas Wilton a écrit :

Hi all
Heres a simple script I was testing under Snow to open a pre existing Quark file from my desktop:
tell application "QuarkXPress"
    
activate
   open "10.6:Users:xxxxxxx:Desktop:TEST"
end tell

also I tried

tell
application "QuarkXPress"
    
activate
   open file "10.6:Users:xxxxxxxx:Desktop:TEST"
end tell


May you try:

set theAlias to "10.6:Users:xxxxxxxx:Desktop:TEST" as alias
tell application "QuarkXPress"
    
activate
   open theAlias 
end tell

Yvan KOENIG (VALLAURIS, France) dimanche 13 septembre 2009 22:27:58


 _______________________________________________
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

References: 
 >Help with AS problem please. (From: Nicholas Wilton <email@hidden>)

  • Prev by Date: Help with AS problem please.
  • Next by Date: Re: Variable keeps changing with date manipulation in Snow Leopard
  • Previous by thread: Help with AS problem please.
  • Next by thread: Quark8 and 10.6 AS error
  • Index(es):
    • Date
    • Thread