User Manual

Table Of Contents
AXIS 240 Users Manual Appendix H: CRON Script Command Reference
107
Appendix H CRON Script Command
Reference
This appendix details the syntax of the CRON script commands.
For information on how to use the CRON scripts with your AXIS
240, refer to CRON Script, on page 51.
Script Format
A CRON script for the AXIS 240 can include one or several entries.
The CRON script entries use this format:
where:
The <comments> are optional.
The <triggering condition> includes the following fields:
<minute> <hour> <day> <month> <weekday> <optional
input/boot event>
The <commands> include one or several CRON script commands.
# <comments>
<triggering condition> :
<commands>;
%