Auto Start app

Is it possible to have an application Auto Launch at selected time/day? If so how?

This is for a OSX desktop application for now but maybe windows later.

I suspect Launchd plus the Open command should be able to achieve this.

http://alvinalexander.com/mac-os-x/mac-osx-startup-crontab-launchd-jobs

http://osxdaily.com/2007/02/01/how-to-launch-gui-applications-from-the-terminal/

Use the Windows scheduler.

Why not use Xojo?

see here , change the settings in App.Open

Thanks Michel, Peter, and Axel. That will give me something to think about.