applescript

Launch and Hide Applications at Login with AppleScript

Posted on August 13, 2010

There are situations when we would like to launch an application but also hide the view once it has been launched. This can be achieved with simple AppleScript: This sample code will first launch “Things” application and tells the “Finder” to hide the window. In order to run this script at login as well as [...]