...
Panel |
---|
-table c:\umettable.txt -file c:\umetfile.txt -level verbose |
The
-table option points to the file that defines the return codes with which to end this process, based on matching text.
The first column of the file defines the text to match; the second defines the exit code to set if the matching text exists in the file defined by the
-file option.
The
-level option turns on messaging. All messages will be written to
stdout.
...
The command line options used in this example are:
Option | Description |
---|
-table | Translation table file name. |
-level | Level of messages that will be displayed. |
-file | Input message file name. If the option is not specified, UMET reads its input from stdin. |
Components
Universal Message Translator