Re: Why does the Script Editor Service do this?
Re: Why does the Script Editor Service do this?
- Subject: Re: Why does the Script Editor Service do this?
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 18 Jan 2003 08:17:30 -0800
On 1/18/03 4:36 PM, "Michael Cytrynowicz" <email@hidden> wrote:
>
9. set XHelpAppPath to (path to "csrv" as Unicode text) & "Help Viewer"
>
----- (Paul B) on run tell AS error no such file
>
-- or (path to system folder as Unicode text)&"Library:CoreServices:Help
>
Viewer"
>
tell application XHelpAppPath
>
>
10. set XHelpAppPath to (path to system folder as Unicode text) &
>
"Library:CoreServices:Help Viewer" ----(Paul B) on run tell AS error no such
>
file
>
tell application XHelpAppPath
You still haven't added '.app'.
11.
set XHelpAppPath to (path to "csrv" as Unicode text) & "Help Viewer.app"
tell application XHelpAppPath
Try it.
--
Paul Berkowitz
_______________________________________________
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.