To support automatic execution of UMRA mass projects, the UMRA console
application supports automatic startup command line options. When the
UMRA console application is started using these options, the UMRA console
application loads a projects when started and automatically starts the
execution of the project. The command line options can be specified directly
on the command line, or in a command line option file:
In the command line option file, each line must contain a single option.
Each option has a name. Some option have a value. Options can be specified
using the following format.
|
Option name |
Option value |
Example |
Description |
|
-AUTOSTART |
|
-AUTOSTART |
Option must be specified to enable automatic
execution. If not specified, all other options are ignored. |
|
-Project |
file name of the mass project |
-project="G:\UMRA\CreateUser.upj" |
The name of the mass project file that must
be started. The project file can contain input data or the input data
can be loaded from another file with option -inputfile. |
|
-Inputfile |
file name of the .csv, .txt file that contains
the input data for the project |
-inputfile=G:\UMRA\Students.txt |
The name of the file that contains the input
data for the project. When not specified, the input data from the project
is used. |
|
-Separator |
specification of input data separator characters |
,; |
Optional: the specification of input data
separators. If not specified, the comma (,) - character is used. |
|
-Textqualifier |
specification of the textqualifier used to
read the input data from the input file. |
" (double quote) |
Optional: the specification of the input data
text qualifier. |
|
-IgnoreFirstLine |
|
-IgnoreFirstLine |
Optional: if specified, the first line of
data of the input file is ignored. |
|
-AutoQuit |
|
-autoquit |
Terminate the application automatically when
ready. |