Re: Help with AS problem please.
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