Eureka - Mass logins works finally.
Eureka - Mass logins works finally.
Thanks to all of you for your help with logging in the little ones at one
time.
My final solution was:
osascript <<EOF
set logInUser to "kid"
set logInPassword to "kid"
tell application "System Events"
tell application process "loginwindow"
-- Really, I am not sure if I need all these delays, but it seemed to help
keystroke logInUser
delay .5
keystroke tab
delay .5
repeat with aChar in characters of logInPassword
keystroke aChar
delay 0.5
end repeat
keystroke return
end tell
end
Thanks again.
Dennis
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden