Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Alert remote users that their system is still in use' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Alert remote users that their system is still in use
Authored by: bdog on Thu, Mar 13 2008 at 10:38AM PDT
Another thing you can do is run this command on the machine (via ARD or SSH). osascript -e 'tell application "System Events"' -e 'activate' -e "display alert "Your message goes here"" -e 'end tell'

[ Reply to This | # ]