site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 2009-08-05, at 19:11:08, Andre-John Mas wrote: The form will be something like: or possibly Philip Aker echo astwta@lvpc.dslh@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Does anyone know the keycode for the eject key? I am trying to get an application to simulate an eject on a remote computer, though it depends on knowing the right key code to send. You should be able send an AppleScript/AppleEvent targeted to the Finder of the other machine (requires CoreServices linkage minimum and enabling remote Apple events on the target machine). tell application "Finder" of machine "eppc://192.168.1.2" to eject disk "Backups" tell application "Finder" of machine "other.local" to eject disk "Backups" This email sent to site_archiver@lists.apple.com