Setting Alias under 10.6
Setting Alias under 10.6
- Subject: Setting Alias under 10.6
- From: Nicholas Wilton <email@hidden>
- Date: Tue, 15 Sep 2009 08:08:47 +1200
- Acceptlanguage: en-US, en-NZ
- Thread-topic: Setting Alias under 10.6
Title: Setting Alias under 10.6
Thanks Yvan
Writing - set TheAlias to “10.6:Users:xxxxxxx:Desktop:TEST" as alias
Worked perfectly under 10.6
Many thanks
Nick
--
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
Kind Regards
--
> 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
_______________________________________________
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