Re: Scripting PLE
Re: Scripting PLE
- Subject: Re: Scripting PLE
- From: "John S. Baltutis" <email@hidden>
- Date: Sun, 2 Mar 2003 20:25:19 -0800
Uhmmmm? Shouldn't the prefFileName be 'com.apple.ProjectBuilder.plist' vice
just 'com.apple.ProjectBuilder'?
On 3/1/03, Donald Hall <email@hidden> wrote:
>
>
You can use the defaults command to read and write properties. For example:
>
>
set theProperty to do shell script "defaults read " & "\"" &
>
prefFileName & "\" " & propertyName
>
>
where prefFileName is the name of the preferences file, such as
>
'com.apple.ProjectBuilder'
_______________________________________________
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.