The following shell script can be used (Mac OSX) to delay the launch of an application at start up for 10 seconds. Useful for delaying the launch of a Max-based standalone application in an installaton.
Create script and put in startup items:
#!/bin/sh sleep 10 open “/Path/to/your/standalone.app”
From the max-msp mailing list