ARD Login script
ARD Login script
- Subject: ARD Login script
- From: "David G. Kahn" <email@hidden>
- Date: Fri, 20 Jun 2008 12:00:55 -0400
Hello all,
I seemed to have solved my own question. Thank you though.
osascript <<EOF
tell application "System Events"
keystroke "username"
keystroke tab
delay 0.5
keystroke "password"
delay 0.5
keystroke return
keystroke return
keystroke return
keystroke return
end tell
EOF
David G. Kahn
Campus Technology Services // School of Business
_______________________________________________
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