Tag Archives: AppleScript

How to Make Your Mac Sleep

This article shows how to put your Mac to sleep using a variety of methods. We will walk through how to make your Mac sleep using AppleScript, Automator, and the command line. Continue reading

Posted in AppleScript, Energy saving | Tagged , , , | Comments Off

How to Display a Message After a Long Task

Power Manager is frequently used to start long running tasks. While any event is running, Power Manager’s menu bar changes to show a small cog. Sometimes this small indicator is not enough. Continue reading

Posted in AppleScript, PM4, PMPRO4, Power Manager, Recipe | Tagged , , | Comments Off

How to Fix Power Manager AppleScript Syntax Errors

This article shows how to fix AppleScript Editor’s “Syntax Error” with the message “Expected “,” or “}” but found property.” AppleScript Editor needs to find and read the terminology dictionary of the application being scripted. If the application can not be found, the unhelpful “Syntax Error” will appear.
Continue reading

Posted in AppleScript, Power Manager | Tagged , , | Comments Off

How to Run an AppleScript After Inactivity

Power Manager can run an AppleScript after a period of inactivity on Mac OS X. Unlike most other scheduling tools, Power Manager can run your AppleScript as the front most user. This means your AppleScript can interact with applications and the user; with Power Manager your AppleScript is not restricted as it is with other tools.
Continue reading

Posted in AppleScript, PM4, Power Manager, Recipe | Tagged , , , , | Comments Off