How do I automatically run a UniBasic program at a specified time?
Setup a Unix cron job to run “/usr/bin/unibasic -f program”, where program is the name of your UniBasic program. Please refer to your UNIX man pages if you are unfamiliar with cron. If you need to run a program once at a later time, then you can use the Unix “at” command to run “/usr/bin/unibasic -f program”, where program is the name of your UniBasic program. Please refer to your Unix man pages if you are unfamiliar with the “at” command. You may also consider setting cron to run a shell script which sets appropriate environment variables prior to executing UniBasic.