Re: Run with keychain scripting....
Re: Run with keychain scripting....
- Subject: Re: Run with keychain scripting....
- From: Rob Jorgensen <email@hidden>
- Date: Fri, 23 Jan 2004 11:36:06 -0500
At 8:43 AM -0700 1/23/04, David Crowe wrote:
I'd like to say something like:
tell application "Keychain Scripting"
tell keychain "David"
set theKey to key whose name is "www.iCab.de"
end tell
end tell
This works for me in OS x 10.2.8.
tell application "Keychain Scripting"
tell keychain "David"
set theKey to first key whose name is "www.iCab.de"
end tell
end tell
-- Rob
_______________________________________________
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.