Re: ARD login script
Re: ARD login script
- Subject: Re: ARD login script
- From: Lynette Arneson <email@hidden>
- Date: Fri, 20 Jun 2008 10:39:32 -0500
Hi,
So, you've tried this one? This works on a lab of Tiger machines for me
(returns a few errors, but works). I haven't tried it on Leopard yet -
will be upgrading this summer.
osascript -e 'tell application "System Events" to keystroke "UserName"'; \
osascript -e 'tell application "System Events" to keystroke return; \
osascript -e 'tell application "System Events" to delay 0.5'; \
osascript -e 'tell application "System Events" to keystroke "Password"'; \
osascript -e 'tell application "System Events" to delay 0.5'; \
osascript -e 'tell application "System Events" to keystroke return'
Replace Password with a space if there is no password for that user.
Lynette Arneson
Technology Para
Anoka-Hennepin ISD11
David G. Kahn wrote:
Hello all,
I am not sure if this is even possible, I have googled and found a few
resources however nothing seems to work on the Intel macs.
I am looking for a script that, with the help of Apple Remote Desktop,
allow us to login to a lab of computers which all have the same admin
username and password. ( So basically login into multiple computers at
the same time) This would greatly help our lab administration.
thank you in advance
David
David G. Kahn
Campus Technology Services // School of Business
SUNY OSWEGO
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden