Re: Tell application "Finder" not working
Re: Tell application "Finder" not working
- Subject: Re: Tell application "Finder" not working
- From: Jon Pugh <email@hidden>
- Date: Wed, 9 Jan 2002 14:05:39 -0800
At 9:56 AM -0500 1/9/02, Michael J. Vinca wrote:
>
tell application "Finder" of machine "eppc://machinerunningOS9.rit.edu"
>
restart
>
end tell
>
>
Has anyone else see this behavior?
I think you need a trailing slash in your URL:
"eppc://machinerunningOS9.rit.edu/"
Yes, it seems silly, but it's required.
Jon