• 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
(no subject)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


  • Subject: (no subject)
  • From: "email@hidden" <email@hidden>
  • Date: Mon, 7 Nov 2005 13:41:20 -0500

To:email@hidden
CC:
BCC:
Subject:Logging in all the computers for the little ones.

 I'm a tech coordinator in 3 elementary schools. When the littlest ones
arrive logging into the OS 10.3.9 Server on a 10.2.8 workstation takes
forever. They can't spell very well, they don't know where all the keys
are, and one error and they are back to square one. An Apple System
Engineer gave me the code below that I can put into ARD and log the
machines in under a generic guest user and it will supposedly run in ARD
and log every kid in. It has a problem in that it doesn't work. Can
anyone see why not? The code is:

osascript <<EOF

set logInUser to "kid"
set logInPassword to "kidpassword"

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 1
keystroke tab
delay 1
repeat with aChar in characters of logInPassword
keystroke aChar
delay 0.2
end repeat

keystroke return
end tell
end tell

And if you could cc a copy to me at email@hidden
<mailto:email@hidden> that would be great and I'd be sure
to get it as quickly as possible.

Thank you.

Dennis

Dennis Ricke
School District 300 Tech Coordinator
Algonquin Lakes/deLacey Family Center/Perry
1401 Compton Drive
Algonquin, Il 60102
1-847-875-2399 (cell)
1.847.854.3900x 237 (Office)
1.630.365.9256 (Home)
email@hidden



mail2web.com


--------------------------------------------------------------------
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

  • Follow-Ups:
    • Logging in all the computers for the little ones.
      • From: Jay Louvion <email@hidden>
  • Prev by Date: Re: how to get the name of the current handler
  • Next by Date: Re: how to get the name of the current handler
  • Previous by thread: Re: Specifying a file using only part of its name.
  • Next by thread: Logging in all the computers for the little ones.
  • Index(es):
    • Date
    • Thread