Re: Keychain scripting appears to be dead
Re: Keychain scripting appears to be dead
- Subject: Re: Keychain scripting appears to be dead
- From: Stephen Jonke <email@hidden>
- Date: Thu, 30 Oct 2003 11:19:02 -0500
My keychain scripts are working in Panther. Here's an example excerpt
that works fine:
tell application "Keychain Scripting"
tell keychain 1
unlock
set theKey to first key whose name is "Some Key Name"
set theUsername to (account of theKey) as string
set thePassword to (password of theKey) as string
end tell
end tell
Steve
_______________________________________________
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.