Re: Scripting Additions OS X
Re: Scripting Additions OS X
- Subject: Re: Scripting Additions OS X
- From: Rob Jorgensen <email@hidden>
- Date: Sat, 2 Nov 2002 16:35:47 -0500
At 3:00 PM -0500 11/2/02, Xandra Lee wrote:
Finally playing with OSX so please forgive the following dumb questions
downloaded a couple of additions for OSX --
OK I give, how/ where do I install them?
You'll probably need to create a folder named "ScriptingAdditions" -
no typo, all one word. It needs to be created in /Home/user/Library/.
--
tell application "Finder"
make new folder in folder ((path to current user folder as text) &
"Library:") ,
with properties {name:"ScriptingAdditions"}
open result
end tell
--
Thought I'd heard the ever-necessary Jon's Commands are available for OSX
-- was this just fantasy? Didn't find on MacScripter,
URL anyone?
<
http://www.seanet.com/~jonpugh/>
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.