set clock
set clock
- Subject: set clock
- From: Spam Busters <email@hidden>
- Date: Mon, 29 Apr 2002 20:55:30 -0400
Hi, I am not a list member, and hope the subject line is OK. I am less
than a newbie. I have used some simple scripts in Claris Emailer, have
tried unsuccessfully to record a couple of scripts, but did find a useful
script: set clock, that apparently came with my system. When activated,
it gets as far as opening the Date/Time control panel and then gives a
message "Invalid Key Form". Here's what the script looks like:
tell application "Finder"
activate
select file "Date & Time" of folder "Control Panels" of folder "System
Folder" of startup disk
open selection
select "server options"
select "set time now"
select "OK"
end tell
When I click "Edit" on the error message, the script opens with the line
"select 'server options'" highlighted, just the point that it appears to
bog down. Any Idea?
Also, is it possible to write a script that will toggle between the two
keyboards (English/Spanish) that I have selected, and displayed on the
finder's menu bar?
Thank you,
Gregg Schmidt
_______________________________________________
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.