Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I automatically run a UniBasic program at a specified time?

0
Posted

How do I automatically run a UniBasic program at a specified time?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123