• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Eureka - Mass logins works finally.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Eureka - Mass logins works finally.


  • Subject: Eureka - Mass logins works finally.
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 14 Nov 2005 09:04:53 -0500

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

  • Prev by Date: Re: robust handling of return values
  • Next by Date: How to connect to a webdav server from AppleScript?
  • Previous by thread: Re: when words aren't words
  • Next by thread: How to connect to a webdav server from AppleScript?
  • Index(es):
    • Date
    • Thread