
C O N T R O L C E N T R E
–cal="task_parameters"
– for a task to be performed every time the
Control Centre is started.
To schedule a task to be performed daily
,
enter the following strings in the command line:
./kavucc -cad="prgname -a:arg[:arg1[...]] -u=username
-st=hour:min -fs=day.month.year -ls=day.month.year
-re=delay -e=hour:min"
where:
prgname
is the name of the
prgname
program executable file;
–a:arg[:arg1[…]]
is the
prgname
performance parameters;
Program performance parameters must be separated by colons
.
–u=username
is the user name under which the
prgname program
will be started;
-fs=day.month.
year is the date when the task must be started the
first time;
-st=hour:
min is the time when the task must be started;
If you do not enter values for the parameters
-fs=day.month.year
and
-st=hour:min
,
they will be automatically defined as the task creation
date and time
.
-ls=day.month.
year is the date when the task must be started for
the last time;
-re=delay
is the interval between two starts (in days);
-e=hour:min
is the
prgname
program run time. When the time is
over the program shuts down.
To schedule a task to be performed weekly,
enter the following strings in the command line:
230