The GLI program can be run from a Windows command prompt by using the following syntax:
GLI -v/--view ViewName | --help
Where:
Parameter | Description |
---|---|
--help | Shows the user the usage of GLI and details of all the parameters used by GLI.exe |
-v /--view | ViewName. Specifies the view that processes the input |
The input can be entered through the command line once the program has been started or it can be read from a file. Similarly output can be redirected to a file. The syntax of reading the input through the file and resulted output directed to a file:
GLI -v ViewName <C:\GLIin.txt >C:\GLIout.txt 2>C:\GLIerror.txt
Input is read from GLIin.txt.
The acknowledgment and the error messages are written to the GLIout.txt or the standard output.
Detailed error messages are moved to GLIerror.txt.