C O N T R O L C E N T R E
–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:
./kavucc -caw="prgname -a:arg[:arg1[...]] -u=username -st=hour:min
-fs=day.month.year -ls=day.month.year -re=delay
-sd=[sun|mon|tue|wed|thu|fri|sat] -e=hour:min"
where:
-re=delay
is the interval between two starts (in weeks);
-sd=[sun|mon|tue|wed|thu|fri|sat]
is the weekday when the task must
be performed.
If you want the task to be performed several times a week, enter the
required weekdays in the command line using the parameter
–sd
for
every weekday: for example
,
–sd=mon –sd=fri
.
Other parameters in this command line are similar to the ones
described for a task to be
performed daily
.
To schedule a task to be performed monthly
,
enter the following strings in the command line:
./kavucc -cam="prgname -a:arg[:arg1[...]] -u=username -st=hour:min -
fs=day.month.year -ls=day.month.year
199