Re: Newbie needs help...
Re: Newbie needs help...
- Subject: Re: Newbie needs help...
- From: Emmanuel <email@hidden>
- Date: Mon, 2 Dec 2002 16:10:18 +0100
At 8:36 AM -0500 28/11/02, Darren Shrager wrote:
Could not run the script "AppleRunScript RUN" because of a program
error. -1344
The script is as follows:
tell application "Finder"
activate
select file "ChangeBook-spanish.pdf" of disk "NeATTC"
open selection
end tell
Your syntax is OK, I ran successfully a similar script OMM (OS 10.2):
tell application "Finder"
activate
select file "euro.pdf" of disk "Startup"
open selection
end tell
What OS and AppleScript versions are you running?
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.